comphead commented on code in PR #16660: URL: https://github.com/apache/datafusion/pull/16660#discussion_r2190450917
########## datafusion/physical-plan/src/joins/mod.rs: ########## @@ -23,12 +23,14 @@ use datafusion_physical_expr::PhysicalExprRef; pub use hash_join::HashJoinExec; pub use nested_loop_join::NestedLoopJoinExec; use parking_lot::Mutex; +pub use piecewise_merge_join::PiecewiseMergeJoinExec; // Note: SortMergeJoin is not used in plans yet Review Comment: ```suggestion ``` Please make me a favor in removing this line, it is obsolete statement -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
