alamb commented on code in PR #6572:
URL: https://github.com/apache/arrow-datafusion/pull/6572#discussion_r1220377686
##########
datafusion/core/src/physical_plan/joins/hash_join.rs:
##########
@@ -57,7 +57,6 @@ use crate::arrow::array::BooleanBufferBuilder;
use crate::arrow::datatypes::TimeUnit;
use crate::error::{DataFusionError, Result};
use crate::execution::{context::TaskContext, memory_pool::MemoryConsumer};
-use crate::logical_expr::JoinType;
Review Comment:
The point of this PR is to remove the `logical_expr` uses from
`physical_plan`
--
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]