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 d2edefac59a7 [MINOR][PYTHON][TESTS] Test `test_mixed_udf_and_sql` with 
parent `Colum` class
d2edefac59a7 is described below

commit d2edefac59a7db2e07d1defb2d876ecdcd8032aa
Author: Ruifeng Zheng <ruife...@apache.org>
AuthorDate: Mon May 20 15:22:33 2024 +0800

    [MINOR][PYTHON][TESTS] Test `test_mixed_udf_and_sql` with parent `Colum` 
class
    
    ### What changes were proposed in this pull request?
    Test `test_mixed_udf_and_sql` with parent `Colum` class
    
    Don't find other similar cases in parity tests
    
    ### Why are the changes needed?
    to make this parity test exactly same as the Spark Classic
    
    ### Does this PR introduce _any_ user-facing change?
    no
    
    ### How was this patch tested?
    ci
    
    ### Was this patch authored or co-authored using generative AI tooling?
    no
    
    Closes #46660 from zhengruifeng/test_mixed_udf_and_sql.
    
    Authored-by: Ruifeng Zheng <ruife...@apache.org>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py 
b/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py
index 241aae50c692..451f0f68d6ee 100644
--- a/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py
+++ b/python/pyspark/sql/tests/connect/test_parity_pandas_udf_scalar.py
@@ -15,14 +15,12 @@
 # limitations under the License.
 #
 import unittest
-from pyspark.sql.connect.column import Column
 from pyspark.sql.tests.pandas.test_pandas_udf_scalar import 
ScalarPandasUDFTestsMixin
 from pyspark.testing.connectutils import ReusedConnectTestCase
 
 
 class PandasUDFScalarParityTests(ScalarPandasUDFTestsMixin, 
ReusedConnectTestCase):
-    def test_mixed_udf_and_sql(self):
-        self._test_mixed_udf_and_sql(Column)
+    pass
 
 
 if __name__ == "__main__":


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

Reply via email to