hiroyuki-sato commented on code in PR #46657:
URL: https://github.com/apache/arrow/pull/46657#discussion_r2118951227
##########
ci/scripts/integration_spark.sh:
##########
@@ -18,9 +18,13 @@
# exit on any error
set -eu
+# SC2034 (warning): source_dir appears unused.
+# shellcheck disable=SC2034
source_dir=${1}
Review Comment:
set `spark_version` instead of `source_dir`.
--
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]