zanmato1984 commented on code in PR #39487:
URL: https://github.com/apache/arrow/pull/39487#discussion_r1444355487
##########
cpp/src/arrow/acero/swiss_join.cc:
##########
@@ -1123,29 +1143,6 @@ uint32_t
SwissTableForJoin::payload_id_to_key_id(uint32_t payload_id) const {
return static_cast<uint32_t>(first_greater - entries) - 1;
}
-void SwissTableForJoin::payload_ids_to_key_ids(int num_rows, const uint32_t*
payload_ids,
Review Comment:
Deleted because used nowhere in existing code base.
--
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]