jorgecarleitao commented on a change in pull request #8660:
URL: https://github.com/apache/arrow/pull/8660#discussion_r523374868
##########
File path: rust/datafusion/src/physical_plan/filter.rs
##########
@@ -24,7 +24,7 @@ use std::sync::{Arc, Mutex};
use crate::error::{ExecutionError, Result};
use crate::physical_plan::{ExecutionPlan, Partitioning, PhysicalExpr};
use arrow::array::BooleanArray;
-use arrow::compute::filter;
+use arrow::compute::filter_record_batch;
Review comment:
This also improves performance because it avoids computing a
`FilterContext` per column.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]