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

ruifengz 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 4dc0e98367a [SPARK-44036][FOLLOWUP][CONNECT][TESTS] Consolidate 
remaining tickets
4dc0e98367a is described below

commit 4dc0e98367a105b55f1ca716d7785a022e430dbf
Author: itholic <[email protected]>
AuthorDate: Tue Jun 20 08:16:48 2023 +0800

    [SPARK-44036][FOLLOWUP][CONNECT][TESTS] Consolidate remaining tickets
    
    ### What changes were proposed in this pull request?
    
    This is follow-up for https://github.com/apache/spark/pull/41566.
    
    ### Why are the changes needed?
    
    To simplify tasks by consolidating tickets that has same cause.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, this is a handling intended to facilitate the task.
    
    ### How was this patch tested?
    
    The existing tests should pass.
    
    Closes #41661 from itholic/44036-followup.
    
    Authored-by: itholic <[email protected]>
    Signed-off-by: Ruifeng Zheng <[email protected]>
---
 .../pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py
 
b/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py
index 44243192d50..b680e5b3d79 100644
--- 
a/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py
+++ 
b/python/pyspark/pandas/tests/connect/data_type_ops/test_parity_categorical_ops.py
@@ -34,11 +34,11 @@ class CategoricalOpsParityTests(
     def test_astype(self):
         super().test_astype()
 
-    @unittest.skip("TODO(SPARK-43670): Enable CategoricalOps.eq to work with 
Spark Connect.")
+    @unittest.skip("TODO(SPARK-43620): Support `Column` for 
SparkConnectColumn.__getitem__.")
     def test_eq(self):
         super().test_eq()
 
-    @unittest.skip("TODO(SPARK-43675): Enable CategoricalOps.ne to work with 
Spark Connect.")
+    @unittest.skip("TODO(SPARK-43620): Support `Column` for 
SparkConnectColumn.__getitem__.")
     def test_ne(self):
         super().test_ne()
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to