raulcd commented on issue #45989: URL: https://github.com/apache/arrow/issues/45989#issuecomment-2779009071
The latest version for crc32c (1.1.2 from October 2021) is the one we are using: https://github.com/google/crc32c/tags See: https://github.com/apache/arrow/blob/7df396eec4c620ddc4a4db780ea0d5ffa4cf685b/cpp/thirdparty/versions.txt#L67-L68 This is a dependency required for Google cloud client, it is still used there: https://github.com/googleapis/google-cloud-cpp/blob/04483120a960dcd63073261824995b1d43b44cc8/google/cloud/storage/internal/crc32c.cc#L23 crc32c does seem to be unmaintained though as it doesn't even have the GitHub issue tracker enabled. There is a PR to fix CMake 4 compatibility which we can follow to see if it gets any traction: - https://github.com/google/crc32c/pull/68 -- 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