We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81de1a2 commit 9db2892Copy full SHA for 9db2892
regtests/run.sh
@@ -22,7 +22,7 @@
22
export SPARK_VERSION=spark-3.5.3
23
export SPARK_DISTRIBUTION=${SPARK_VERSION}-bin-hadoop3
24
25
-if [ -z "${SPARK_HOME}"]; then
+if [ -z "${SPARK_HOME}" ]; then
26
export SPARK_HOME=$(realpath ~/${SPARK_DISTRIBUTION})
27
fi
28
export PYTHONPATH="${SPARK_HOME}/python/:${SPARK_HOME}/python/lib/py4j-0.10.9.7-src.zip:$PYTHONPATH"
@@ -91,7 +91,7 @@ for TEST_FILE in ${TEST_LIST}; do
91
92
93
if [[ "${TEST_SHORTNAME}" =~ .*.s3_cross_region.*.sh ]]; then
94
- if [ -z "$AWS_CROSS_REGION_TEST_ENABLED" ] || [ "$AWS_CROSS_REGION_TEST_ENABLED" != "true" ] ] ; then
+ if [ -z "$AWS_CROSS_REGION_TEST_ENABLED" ] || [ "$AWS_CROSS_REGION_TEST_ENABLED" != "true" ] ; then
95
loginfo "AWS cross region tests not enabled, skip running test ${TEST_FILE}"
96
continue
97
0 commit comments