metesynnada commented on code in PR #7366:
URL: https://github.com/apache/arrow-datafusion/pull/7366#discussion_r1301599672
##########
datafusion/core/src/physical_plan/joins/hash_join.rs:
##########
@@ -627,20 +620,25 @@ pub fn update_hash(
// calculate the hash values
let hash_values = create_hashes(&keys_values, random_state,
hashes_buffer)?;
+ if let Some(hash_map) =
hash_map.as_any_mut().downcast_mut::<PruningJoinHashMap>() {
Review Comment:
If it's alright with you, I can proceed with the implementation.
--
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]