From 4475706874082d19fcc7acb687689fa8d353a8aa Mon Sep 17 00:00:00 2001 From: gatorsmile Date: Sat, 19 Dec 2015 16:41:37 -0800 Subject: [PATCH] comment it out. --- dev/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index 20d493ca8bff4..dbc42458c64f9 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -527,7 +527,7 @@ def main(): # style checks if not changed_files or any(f.endswith(".scala") for f in changed_files): run_scala_style_checks() - if not changed_files or any(f.endswith(".java") for f in changed_files): + # if not changed_files or any(f.endswith(".java") for f in changed_files): # run_java_style_checks() if not changed_files or any(f.endswith(".py") for f in changed_files): run_python_style_checks()