pitrou commented on PR #49298: URL: https://github.com/apache/arrow/pull/49298#issuecomment-3914752104
@kou It seems the Ruby bindings are still built with C++17 instead of C++20, is that right? https://github.com/apache/arrow/actions/runs/22077222029/job/63862847964?pr=49298#step:11:53 ``` bundle exec rake test cd /Users/runner/work/arrow/arrow/ruby/red-arrow /opt/homebrew/Cellar/[email protected]/3.3.10/bin/ruby test/run-test.rb cd /Users/runner/work/arrow/arrow/ruby/red-arrow checking --enable-debug-build option... yes checking C++ compiler... clang++ checking g++ version... 17 (gnu++17) ``` -- 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]
