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

    https://github.com/apache/spark/pull/18732#discussion_r142689702
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -3106,8 +3106,9 @@ def assertFramesEqual(self, df_with_arrow, 
df_without):
             self.assertTrue(df_without.equals(df_with_arrow), msg=msg)
     
         def test_unsupported_datatype(self):
    -        schema = StructType([StructField("dt", DateType(), True)])
    -        df = self.spark.createDataFrame([(datetime.date(1970, 1, 1),)], 
schema=schema)
    --- End diff --
    
    I think it's a white space thing. Let me revert this.


---

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

Reply via email to