dongjoon-hyun commented on issue #33: URL: https://github.com/apache/orc-format/issues/33#issuecomment-3192478613
When I locally tested with on Clang 17 on MacOS 15.6. All tests passed. However, according to the GitHub Action CI results, it seems that `protoc` introduced a breaking change in C++ side from `3.17.3` to `3.15.8`. ``` $ sw_vers ProductName: macOS ProductVersion: 15.6 BuildVersion: 24G84 $ g++ --version Apple clang version 17.0.0 (clang-1700.0.13.5) Target: arm64-apple-darwin24.6.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ``` ``` the compiler cannot find the int64 typedef within the google::protobuf namespace. ``` Do you think it's acceptable change in C++ downstream, @wgtmac ? -- 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: issues-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org