Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20559#discussion_r167389710
  
    --- 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 --
    
    I'll revert it.


---

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

Reply via email to