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 9a48e8d commit 53f8ef4Copy full SHA for 53f8ef4
dev/run-tests
@@ -180,6 +180,9 @@ echo "========================================================================="
180
CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
181
182
{
183
+
184
+ sbt/sbt -Phive -Dspark.hive.whitelist="inputddl5.*" "hive/test-only org.apache.spark.sql.hive.execution.HiveCompatibilitySuite"
185
186
# If the Spark SQL tests are enabled, run the tests with the Hive profiles enabled.
187
# This must be a single argument, as it is.
188
if [ -n "$_RUN_SQL_TESTS" ]; then
0 commit comments