Github user icexelloss commented on a diff in the pull request: https://github.com/apache/spark/pull/18664#discussion_r144146290 --- Diff: python/pyspark/serializers.py --- @@ -213,6 +213,7 @@ def __repr__(self): def _create_batch(series): + from pyspark.sql.types import _check_convert_series_timestamps --- End diff -- Should this import be at the top?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org