hiroyuki-sato commented on code in PR #46527:
URL: https://github.com/apache/arrow/pull/46527#discussion_r2099424552


##########
ci/scripts/python_wheel_unix_test.sh:
##########
@@ -96,13 +96,13 @@ if [ "${CHECK_VERSION}" == "ON" ]; then
 fi
 
 if [ "${CHECK_WHEEL_CONTENT}" == "ON" ]; then
-  python ${source_dir}/ci/scripts/python_wheel_validate_contents.py \
-    --path ${source_dir}/python/repaired_wheels
+  python "${source_dir}"/ci/scripts/python_wheel_validate_contents.py \
+    --path "${source_dir}"/python/repaired_wheels
 fi
 
 if [ "${CHECK_UNITTESTS}" == "ON" ]; then
   # Install testing dependencies
-  python -m pip install -U -r ${source_dir}/python/requirements-wheel-test.txt
+  python -m pip install -U -r 
"${source_dir}"/python/requirements-wheel-test.txt

Review Comment:
   Fixed using plan1.



##########
ci/scripts/python_wheel_unix_test.sh:
##########
@@ -96,13 +96,13 @@ if [ "${CHECK_VERSION}" == "ON" ]; then
 fi
 
 if [ "${CHECK_WHEEL_CONTENT}" == "ON" ]; then
-  python ${source_dir}/ci/scripts/python_wheel_validate_contents.py \
-    --path ${source_dir}/python/repaired_wheels
+  python "${source_dir}"/ci/scripts/python_wheel_validate_contents.py \
+    --path "${source_dir}"/python/repaired_wheels

Review Comment:
   Fixed using plan1.



-- 
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

Reply via email to