francis-du commented on code in PR #53:
URL:
https://github.com/apache/arrow-datafusion-python/pull/53#discussion_r972710448
##########
src/dataset_exec.rs:
##########
@@ -31,12 +31,12 @@ use datafusion::arrow::error::Result as ArrowResult;
use datafusion::arrow::record_batch::RecordBatch;
use datafusion::error::{DataFusionError as InnerDataFusionError, Result as
DFResult};
use datafusion::execution::context::TaskContext;
-use datafusion::logical_plan::{combine_filters, Expr};
use datafusion::physical_expr::PhysicalSortExpr;
use datafusion::physical_plan::stream::RecordBatchStreamAdapter;
use datafusion::physical_plan::{
DisplayFormatType, ExecutionPlan, Partitioning, SendableRecordBatchStream,
Statistics,
};
+use datafusion_expr::{combine_filters, Expr};
Review Comment:
I think `datafusion::logical_plan` in
[expression.rs#L22](https://github.com/apache/arrow-datafusion-python/blob/master/src/expression.rs#L22)
also needs to be replaced with `datafusion_expr`
--
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]