pitrou commented on PR #45272: URL: https://github.com/apache/arrow/pull/45272#issuecomment-3028351420
Ideally we shouldn't template the methods to accept both `ArrayData` and `ArraySpan`. It would be better (if possible) to migrate `RangeDataEqualsImpl` to use `ArraySpan` internally, and let the callers do the `ArrayData` -> `ArraySpan` conversion where required. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org