File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ CURRENT_BLOCK=$BLOCK_BUILD
140
140
141
141
{
142
142
# We always build with Hive because the PySpark Spark SQL tests need it.
143
- BUILD_MVN_PROFILE_ARGS=" $SBT_MAVEN_PROFILES_ARGS -Phive"
143
+ BUILD_MVN_PROFILE_ARGS=" $SBT_MAVEN_PROFILES_ARGS -Phive -Phive-0.12.0 "
144
144
145
145
echo " [info] Building Spark with these arguments: $BUILD_MVN_PROFILE_ARGS "
146
146
@@ -167,7 +167,7 @@ CURRENT_BLOCK=$BLOCK_SPARK_UNIT_TESTS
167
167
# If the Spark SQL tests are enabled, run the tests with the Hive profiles enabled.
168
168
# This must be a single argument, as it is.
169
169
if [ -n " $_RUN_SQL_TESTS " ]; then
170
- SBT_MAVEN_PROFILES_ARGS=" $SBT_MAVEN_PROFILES_ARGS -Phive"
170
+ SBT_MAVEN_PROFILES_ARGS=" $SBT_MAVEN_PROFILES_ARGS -Phive -Phive-0.12.0 "
171
171
fi
172
172
173
173
if [ -n " $_SQL_TESTS_ONLY " ]; then
You can’t perform that action at this time.
0 commit comments