amoeba opened a new issue, #47025: URL: https://github.com/apache/arrow/issues/47025
### Describe the enhancement requested https://github.com/apache/arrow/pull/46813 introduced a requirement on gcc>=9 due to triggering a bug in gcc<9 related to lambda capture expressions. Since there's already consensus on increasing the minimum C++ standard version to C++20 (which would require gcc>=9), we can just increase the minimum gcc version to 9 now. See https://github.com/apache/arrow/pull/46990#issuecomment-3041196133 for more context. ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
