jingz-db commented on code in PR #48124:
URL: https://github.com/apache/spark/pull/48124#discussion_r1837416816


##########
python/pyspark/sql/tests/pandas/test_pandas_transform_with_state.py:
##########
@@ -26,13 +26,7 @@
 
 from pyspark import SparkConf
 from pyspark.sql.functions import split
-from pyspark.sql.types import (
-    StringType,
-    StructType,
-    StructField,
-    Row,
-    IntegerType,
-)
+from pyspark.sql.types import StringType, StructType, StructField, Row, 
IntegerType, TimestampType

Review Comment:
   Ran the linter check and seems not complaining... If it is OK with you, I'll 
leave it here and see if it passes on the CI.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to