Re: [I] [CI][Dev] fix shellcheck errors in the ci/scripts/cpp_test.sh [arrow]

2025-06-04 Thread via GitHub
kou closed issue #46699: [CI][Dev] fix shellcheck errors in the ci/scripts/cpp_test.sh URL: https://github.com/apache/arrow/issues/46699 -- 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

[I] [CI][Dev] fix shellcheck errors in the ci/scripts/cpp_test.sh [arrow]

2025-06-03 Thread via GitHub
hiroyuki-sato opened a new issue, #46699: URL: https://github.com/apache/arrow/issues/46699 ### Describe the enhancement requested `ci/scripts/cpp_test.sh` violates two shellcheck rules. * SC2071: `< is for string comparisons. Use -lt instead.` * SC2086: `Double quote to