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 ded03e7 commit ab95ebaCopy full SHA for ab95eba
dev/run-tests
@@ -34,6 +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
38
39
echo "========================================================================="
40
echo "Running Apache RAT checks"
0 commit comments