korowa commented on code in PR #8658:
URL: https://github.com/apache/arrow-datafusion/pull/8658#discussion_r1437872280
##########
datafusion/physical-plan/src/joins/utils.rs:
##########
@@ -151,6 +151,82 @@ pub trait JoinHashMapType {
fn get_map(&self) -> &RawTable<(u64, u64)>;
/// Returns a reference to the next.
fn get_list(&self) -> &Self::NextType;
+
Review Comment:
Maybe partial join output will add some more logic to JoinHashMap and make
separate module reasonable (or even required) at that stage
--
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]