You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2015/12/20 00:30:45 UTC

spark git commit: HOTFIX: Disable Java style test.

Repository: spark
Updated Branches:
  refs/heads/master f496031bd -> 6ad31e79b


HOTFIX: Disable Java style test.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6ad31e79
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6ad31e79
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6ad31e79

Branch: refs/heads/master
Commit: 6ad31e79bfe4fc1d03bd8eb4472b8bd448ee3daf
Parents: f496031
Author: Reynold Xin <rx...@databricks.com>
Authored: Sat Dec 19 15:30:31 2015 -0800
Committer: Reynold Xin <rx...@databricks.com>
Committed: Sat Dec 19 15:30:31 2015 -0800

----------------------------------------------------------------------
 dev/run-tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6ad31e79/dev/run-tests.py
----------------------------------------------------------------------
diff --git a/dev/run-tests.py b/dev/run-tests.py
index e7e10f1..20d493c 100755
--- a/dev/run-tests.py
+++ b/dev/run-tests.py
@@ -528,7 +528,7 @@ def main():
     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):
-        run_java_style_checks()
+        # run_java_style_checks()
     if not changed_files or any(f.endswith(".py") for f in changed_files):
         run_python_style_checks()
     if not changed_files or any(f.endswith(".R") for f in changed_files):


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org