comphead commented on code in PR #15847:
URL: https://github.com/apache/datafusion/pull/15847#discussion_r2061500961


##########
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:
   ```suggestion
       #[deprecated(since = "48.0.0", note = "Use ExprSchemable::nullable")]
   ```



-- 
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

Reply via email to