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 ea53dc82f28 [SPARK-41506][CONNECT][TESTS][FOLLOW-UP] Import BinaryType 
in pyspark.sql.tests.connect.test_connect_column
ea53dc82f28 is described below

commit ea53dc82f28d2297deee4349f5f86e83f552e624
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Wed Dec 14 10:36:52 2022 +0900

    [SPARK-41506][CONNECT][TESTS][FOLLOW-UP] Import BinaryType in 
pyspark.sql.tests.connect.test_connect_column
    
    ### What changes were proposed in this pull request?
    
    This PR is a followup of https://github.com/apache/spark/pull/39047 which 
import `BinaryType` that's removed in 
https://github.com/apache/spark/pull/39050. This was a logical conflict.
    
    ### Why are the changes needed?
    
    To recover the build.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, test-only.
    
    ### How was this patch tested?
    
    Manually verified by running `./dev/lint-python`.
    
    Closes #39055 from HyukjinKwon/SPARK-41506-followup.
    
    Authored-by: Hyukjin Kwon <gurwls...@apache.org>
    Signed-off-by: Hyukjin Kwon <gurwls...@apache.org>
---
 python/pyspark/sql/tests/connect/test_connect_column.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/pyspark/sql/tests/connect/test_connect_column.py 
b/python/pyspark/sql/tests/connect/test_connect_column.py
index b7645bc4b71..c997f94a1ea 100644
--- a/python/pyspark/sql/tests/connect/test_connect_column.py
+++ b/python/pyspark/sql/tests/connect/test_connect_column.py
@@ -41,6 +41,7 @@ from pyspark.sql.types import (
     TimestampType,
     TimestampNTZType,
     ByteType,
+    BinaryType,
     ShortType,
     IntegerType,
     FloatType,


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

Reply via email to