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

    https://github.com/apache/spark/pull/20537#discussion_r166826468
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -3638,6 +3638,21 @@ def test_createDataFrame_with_int_col_names(self):
             self.assertEqual(pdf_col_names, df.columns)
             self.assertEqual(pdf_col_names, df_arrow.columns)
     
    +    def test_timestamp_dst(self):
    +        """
    +        SPARK-23314: Test daylight saving time
    +        """
    --- End diff --
    
    Shall we just leave this as a comment (just to follow the majority)?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to