Skip to content

Commit 7e68b60

Browse files
committed
[SPARK-3534] Add hive-thriftserver to SQL tests
Addresses the problem pointed out in [this comment](#2441 (comment)).
1 parent 1147973 commit 7e68b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ echo "========================================================================="
149149
if [ -n "$_SQL_TESTS_ONLY" ]; then
150150
# This must be an array of individual arguments. Otherwise, having one long string
151151
#+ will be interpreted as a single test, which doesn't work.
152-
SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
152+
SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test" "hive-thriftserver/test")
153153
else
154154
SBT_MAVEN_TEST_ARGS=("test")
155155
fi

0 commit comments

Comments
 (0)