dongjoon-hyun commented on issue #1489: URL: https://github.com/apache/orc/issues/1489#issuecomment-1868504015
@smahapatra1 and @wgtmac . As of today, I can confirm that `Apache ORC 2.0.0` supports `GCC 13.2.0`. Here is the community CI with `Ubuntu 24.04`. - https://github.com/apache/orc/actions/workflows/build_and_test.yml ``` $ docker run -it --rm apache/orc-dev:ubuntu24 gcc --version gcc (Ubuntu 13.2.0-9ubuntu1) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ``` - https://github.com/apache/orc/actions/runs/7313584824/job/19925328137 ``` Status: Downloaded newer image for apache/orc-dev:ubuntu24 -- The C compiler identification is GNU 13.2.0 -- The CXX compiler identification is GNU 13.2.0 ``` -- 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]
