jayzhan211 commented on code in PR #9304:
URL: https://github.com/apache/arrow-datafusion/pull/9304#discussion_r1510118293
##########
datafusion/physical-expr/src/lib.rs:
##########
@@ -44,9 +43,13 @@ pub mod udf;
#[cfg(feature = "unicode_expressions")]
pub mod unicode_expressions;
pub mod utils;
-pub mod var_provider;
pub mod window;
+// backwards compatibility
+pub mod execution_props {
+ pub use datafusion_expr::execution_props::ExecutionProps;
Review Comment:
How about var_provider here?
`pub use datafusion_expr::var_provider::{VarProvider, VarType};`
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]