kou commented on code in PR #45445: URL: https://github.com/apache/arrow/pull/45445#discussion_r2057206611
########## dev/release/verify-yum.sh: ########## @@ -220,7 +220,7 @@ pushd build/minimal_build ${cmake_command} . make -j$(nproc) ./arrow-example -c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++17 +c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++20 Review Comment: For old C++ compiler: ```suggestion c++ -o arrow-example example.cc $(pkg-config --cflags --libs arrow) -std=c++2a ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org