hiroyuki-sato opened a new issue, #46899: URL: https://github.com/apache/arrow/issues/46899
### Describe the enhancement requested This is the sub issue #44748. ``` % shellcheck ci/scripts/install_numba.sh In ci/scripts/install_numba.sh line 30: . "${ARROW_PYTHON_VENV}/bin/activate" ^-- SC1091 (info): Not following: ./bin/activate: openBinaryFile: does not exist (No such file or directory) In ci/scripts/install_numba.sh line 38: pip install numba==${numba} ^------^ SC2086 (info): Double quote to prevent globbing and word splitting. Did you mean: pip install numba=="${numba}" For more information: https://www.shellcheck.net/wiki/SC1091 -- Not following: ./bin/activate: op... https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... ``` ### Component(s) Continuous Integration -- 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...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org