ajita-asthana commented on code in PR #15847: URL: https://github.com/apache/datafusion/pull/15847#discussion_r2061842522
########## datafusion/common/src/dfschema.rs: ########## @@ -969,12 +969,15 @@ impl Display for DFSchema { /// widely used in the DataFusion codebase. pub trait ExprSchema: std::fmt::Debug { /// Is this column reference nullable? + #[deprecated(since = "48.0.0", note = "Use ExprSchemable::to_field")] Review Comment: Based on the discussion in the [linked issue](https://github.com/apache/datafusion/issues/15798), the comment says that all the other methods on ExprSchema can be deprecated as `to_field` supercedes all of them. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org