You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/05/01 03:14:31 UTC

[spark] branch branch-3.0 updated: [SPARK-31549][PYSPARK][FOLLOW-UP] Remove a newline between class methods for linter check

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new cafd67e  [SPARK-31549][PYSPARK][FOLLOW-UP] Remove a newline between class methods for linter check
cafd67e is described below

commit cafd67e952f88580530c4102c85f58278c3472bb
Author: HyukjinKwon <gu...@apache.org>
AuthorDate: Fri May 1 12:12:30 2020 +0900

    [SPARK-31549][PYSPARK][FOLLOW-UP] Remove a newline between class methods for linter check
---
 python/pyspark/tests/test_rdd.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/pyspark/tests/test_rdd.py b/python/pyspark/tests/test_rdd.py
index 6b11d68..e2d910c 100644
--- a/python/pyspark/tests/test_rdd.py
+++ b/python/pyspark/tests/test_rdd.py
@@ -783,7 +783,6 @@ class RDDTests(ReusedPySparkTestCase):
         for i in range(4):
             self.assertEqual(i, next(it))
 
-
     def test_multiple_group_jobs(self):
         import threading
         group_a = "job_ids_to_cancel"


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