zanmato1984 commented on code in PR #45515:
URL: https://github.com/apache/arrow/pull/45515#discussion_r1952584537


##########
cpp/src/arrow/acero/swiss_join.cc:
##########
@@ -643,37 +643,36 @@ void SwissTableMerge::MergePartition(SwissTable* target, 
const SwissTable* sourc
   //
   int source_group_id_bits =
       SwissTable::num_groupid_bits_from_log_blocks(source->log_blocks());
-  uint64_t source_group_id_mask = ~0ULL >> (64 - source_group_id_bits);

Review Comment:
   After cleaning up these unnecessary 64-bit in this file, we can further 
cleanup some temp states as mentioned in 
https://github.com/apache/arrow/pull/45336#discussion_r1926710909 .



-- 
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]

Reply via email to