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

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


The following commit(s) were added to refs/heads/master by this push:
     new af6e1775185 [MINOR][TESTS] Rename ArrowParityTests to 
JobCancellationTests
af6e1775185 is described below

commit af6e1775185bf8f400215a636e4c7a133683700a
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Mon Jul 31 11:40:21 2023 +0900

    [MINOR][TESTS] Rename ArrowParityTests to JobCancellationTests
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/42120 that 
fixes the test class name from `ArrowParityTests` to `JobCancellationTests`.
    
    ### Why are the changes needed?
    
    The test class name doesn't make sense. It tests job cancellation.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    Existing unittests should be good enough.
    
    Closes #42229 from HyukjinKwon/minor-rename.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/sql/tests/connect/test_session.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/python/pyspark/sql/tests/connect/test_session.py 
b/python/pyspark/sql/tests/connect/test_session.py
index 17dd4cefd21..365468c8608 100644
--- a/python/pyspark/sql/tests/connect/test_session.py
+++ b/python/pyspark/sql/tests/connect/test_session.py
@@ -78,7 +78,7 @@ class SparkSessionTestCase(unittest.TestCase):
         session.stop()
 
 
-class ArrowParityTests(ReusedConnectTestCase):
+class JobCancellationTests(ReusedConnectTestCase):
     def test_tags(self):
         self.spark.clearTags()
         self.spark.addTag("a")


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

Reply via email to