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 fd3f70c74ba6 [SPARK-47858][SPARK-47852][PYTHON][SQL][FOLLOWUP] Fix 
Python Liner
fd3f70c74ba6 is described below

commit fd3f70c74ba63a0209a4a48a387048ef40380e0f
Author: panbingkun <panbing...@baidu.com>
AuthorDate: Thu Apr 18 17:49:47 2024 +0800

    [SPARK-47858][SPARK-47852][PYTHON][SQL][FOLLOWUP] Fix Python Liner
    
    ### What changes were proposed in this pull request?
    The pr aims to fix the `python-liner` failure on GA.
    
    ### Why are the changes needed?
    Make GA happy.
    https://github.com/apache/spark/actions/runs/8734862368/job/23966537717
    https://github.com/panbingkun/spark/actions/runs/8730071989/job/23965677519
    <img width="996" alt="image" 
src="https://github.com/apache/spark/assets/15246973/a58886f8-576c-4168-9947-e57674fd31f2";>
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #46117 from panbingkun/fix_python_linter.
    
    Authored-by: panbingkun <panbing...@baidu.com>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 python/pyspark/sql/tests/test_dataframe.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/python/pyspark/sql/tests/test_dataframe.py 
b/python/pyspark/sql/tests/test_dataframe.py
index 4267d8271f57..1eccb40e709c 100644
--- a/python/pyspark/sql/tests/test_dataframe.py
+++ b/python/pyspark/sql/tests/test_dataframe.py
@@ -37,9 +37,6 @@ from pyspark.errors import (
     AnalysisException,
     IllegalArgumentException,
     PySparkTypeError,
-    ArithmeticException,
-    QueryContextType,
-    NumberFormatException,
 )
 from pyspark.testing.sqlutils import (
     ReusedSQLTestCase,


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

Reply via email to