Skip to content

Commit f8ecac1

Browse files
committed
line too long
1 parent ca9bdc3 commit f8ecac1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dev/run-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ def get_hadoop_profiles(hadoop_version):
294294
def build_spark_maven(hadoop_version):
295295
# Enable all of the profiles for the build:
296296
build_profiles = get_hadoop_profiles(hadoop_version) + modules.root.build_profile_flags
297-
mvn_goals = ["dependency:purge-local-repository", "-Dinclude=org.apache.parquet", "clean", "package", "-DskipTests"]
297+
mvn_goals = ["dependency:purge-local-repository", "-Dinclude=org.apache.parquet",
298+
"clean", "package", "-DskipTests"]
298299
profiles_and_goals = build_profiles + mvn_goals
299300

300301
print("[info] Building Spark (w/Hive 1.2.1) using Maven with these arguments: ",

0 commit comments

Comments
 (0)