Github user BryanCutler commented on a diff in the pull request: https://github.com/apache/spark/pull/20559#discussion_r167318107 --- Diff: python/pyspark/sql/tests.py --- @@ -4124,7 +4126,7 @@ def test_vectorized_udf_timestamps(self): data = [(0, datetime(1969, 1, 1, 1, 1, 1)), (1, datetime(2012, 2, 2, 2, 2, 2)), (2, None), - (3, datetime(2100, 3, 3, 3, 3, 3))] + (3, datetime(2100, 4, 4, 4, 4, 4))] --- End diff -- Just wondering if changing these values made a difference somewhere?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org