We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab95eba commit 521ff6dCopy full SHA for 521ff6d
dev/run-tests
@@ -34,7 +34,7 @@ else
34
fi
35
JAVA_VERSION=$($java_cmd -version 2>&1 | sed 's/java version "\(.*\)\.\(.*\)\..*"/\1\2/; 1q')
36
[ "$JAVA_VERSION" -ge 18 ] && echo "" || echo "[Warn] Java 8 tests will not run because JDK version is < 1.8."
37
-SPARK_HIVE=true
+export SPARK_HIVE=true
38
39
echo "========================================================================="
40
echo "Running Apache RAT checks"
0 commit comments