Skip to content

Commit 3922a85

Browse files
author
Brennon York
committed
removed necessary passed in variable
1 parent f9fbe54 commit 3922a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/run-tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ def build_spark_sbt(hadoop_version):
282282
exec_sbt(profiles_and_goals)
283283

284284

285-
def build_apache_spark(build_tool, hadoop_version, changed_modules):
285+
def build_apache_spark(build_tool, hadoop_version):
286286
"""Will build Spark against Hive v0.13.1 given the passed in build tool (either `sbt` or
287287
`maven`). Defaults to using `sbt`."""
288288

@@ -522,7 +522,7 @@ def main():
522522
# build_spark_documentation()
523523

524524
# spark build
525-
build_apache_spark(build_tool, hadoop_version, changed_modules)
525+
build_apache_spark(build_tool, hadoop_version)
526526

527527
# backwards compatibility checks
528528
detect_binary_inop_with_mima()

0 commit comments

Comments
 (0)