kiszk commented on PR #14715: URL: https://github.com/apache/arrow/pull/14715#issuecomment-1326784414
The problem seems to be a format of `SPARK_VERSION`. https://github.com/ursacomputing/crossbow/actions/runs/3539915127/jobs/5942357685#step:5:7657 implies `SPARK_VERSION` is `v3.1.2`, not `3.1.2`. On the other hand, `integration_spark.sh` assumes that the format is `3.1.2`. IMHO, we should take a major version (e.g. `3.`) by using `${SPARK_VERSION:1:2}`. -- 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]
