amoeba commented on issue #45718: URL: https://github.com/apache/arrow/issues/45718#issuecomment-2741981238
I think we have enough reason to upgrade our minimum GCC version from 7.1 to 8 considering there's work in flight to increase the minimum C++ standard in Arrow C++ to C++20 (https://github.com/apache/arrow/pull/45445) and it [looks like](https://gcc.gnu.org/projects/cxx-status.html#cxx20) you need gcc 8+ for C++20 features. Some of the cleanup mentioned might be possible to do in https://github.com/apache/arrow/pull/45445. However, what do you think about just fixing the specific failure in this issue for now while the C++20 work is in progress @jonkeane? -- 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]
