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 1147973 commit 7e68b60Copy full SHA for 7e68b60
dev/run-tests
@@ -149,7 +149,7 @@ echo "========================================================================="
149
if [ -n "$_SQL_TESTS_ONLY" ]; then
150
# This must be an array of individual arguments. Otherwise, having one long string
151
#+ will be interpreted as a single test, which doesn't work.
152
- SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test")
+ SBT_MAVEN_TEST_ARGS=("catalyst/test" "sql/test" "hive/test" "hive-thriftserver/test")
153
else
154
SBT_MAVEN_TEST_ARGS=("test")
155
fi
0 commit comments