h-vetinari commented on PR #44621: URL: https://github.com/apache/arrow/pull/44621#issuecomment-2458516965
FWIW, I don't mind how this is done. We could also add ```C++ #if defined(__GLIBC__) && defined(__GLIBC_MINOR__) && (__GLIBC__ == 2) && (__GLIBC_MINOR__ < 28) ``` in https://github.com/apache/arrow/blob/11c11a48234a7f49e0585f5762b3a6332ac7622a/cpp/src/arrow/util/value_parsing_test.cc#L829-L832 directly, but the reason I went with this is that my understanding is that it's unlike that old glibc actually supports this feature, and we might as well reflect that...? -- 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]
