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

    https://github.com/apache/spark/pull/20506#discussion_r166192233
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -4062,18 +4062,42 @@ def test_vectorized_udf_unsupported_types(self):
                 with self.assertRaisesRegexp(Exception, 'Unsupported data 
type'):
                     df.select(f(col('map'))).collect()
     
    -    def test_vectorized_udf_null_date(self):
    +    def test_vectorized_udf_dates(self):
    --- End diff --
    
    Maybe `ArrowTests.test_toPandas_arrow_toggle`:
    
    
https://github.com/apache/spark/blob/ebdbd8c4a06a4da52fc61b1dc98d6e2f2facdf9c/python/pyspark/sql/tests.py#L3461-L3464
    
    ?
    
    In addition, I'll modify it to check between its expected Pandas DataFrame.


---

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

Reply via email to