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

dongjoon 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 27d03b90b56 [SPARK-41849][CONNECT][PYTHON][TESTS][FOLLOWUP] Enable 
parity test `test_input_file_name_udf `
27d03b90b56 is described below

commit 27d03b90b56f8c74f27b296ed330310ce6bbadfb
Author: Ruifeng Zheng <[email protected]>
AuthorDate: Fri Jan 27 12:14:05 2023 -0800

    [SPARK-41849][CONNECT][PYTHON][TESTS][FOLLOWUP] Enable parity test 
`test_input_file_name_udf `
    
    ### What changes were proposed in this pull request?
    Enable parity test `test_input_file_name_udf `
    
    ### Why are the changes needed?
    for test coverage
    
    ### Does this PR introduce _any_ user-facing change?
    no, test-only
    
    ### How was this patch tested?
    enabled tests
    
    Closes #39764 from zhengruifeng/connect_enable_41849.
    
    Authored-by: Ruifeng Zheng <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 python/pyspark/sql/tests/connect/test_parity_functions.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/python/pyspark/sql/tests/connect/test_parity_functions.py 
b/python/pyspark/sql/tests/connect/test_parity_functions.py
index 1b7ef37ed54..a7bb987e221 100644
--- a/python/pyspark/sql/tests/connect/test_parity_functions.py
+++ b/python/pyspark/sql/tests/connect/test_parity_functions.py
@@ -39,11 +39,6 @@ class FunctionsParityTests(FunctionsTestsMixin, 
ReusedConnectTestCase):
     def test_input_file_name_reset_for_rdd(self):
         super().test_input_file_name_reset_for_rdd()
 
-    # TODO(SPARK-41849): Implement DataFrameReader.text
-    @unittest.skip("Fails in Spark Connect, should enable.")
-    def test_input_file_name_udf(self):
-        super().test_input_file_name_udf()
-
     # TODO(SPARK-41901): Parity in String representation of Column
     @unittest.skip("Fails in Spark Connect, should enable.")
     def test_inverse_trig_functions(self):


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

Reply via email to