zanmato1984 opened a new issue, #45877: URL: https://github.com/apache/arrow/issues/45877
### Describe the enhancement requested Since we have already addressed almost all potential overflow issues of Swiss join by #45336, #45515, we are now quite positive that: 1. The limit of number of rows in a Swiss table is `uint32_max`. 2. Any computation on "row id" that is possible of overflow has been properly handled to prevent overflow from happening. It's time to finally cleanup the temp states remaining unnecessarily to be 64-bit to tolerant certain overflow, e.g. https://github.com/apache/arrow/pull/45336#discussion_r1926710909. ### Component(s) C++ -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org