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


##########
ci/scripts/nanoarrow_build.sh:
##########
@@ -19,6 +19,8 @@
 
 set -e
 
+# SC2034 (warning): arrow_dir appears unused.
+# shellcheck disable=SC2034
 arrow_dir=${1}
 source_dir=${1}/nanoarrow

Review Comment:
   Use `arrow_dir` instead of `${1}`.



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

Reply via email to