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

    https://github.com/apache/spark/pull/23000#discussion_r234819827
  
    --- Diff: 
sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/util/DateTimeUtilsSuite.scala
 ---
    @@ -410,6 +410,30 @@ class DateTimeUtilsSuite extends SparkFunSuite {
         assert(getDayInYear(getInUTCDays(c.getTimeInMillis)) === 78)
       }
     
    +  test("SPARK-26002: correct day of year calculations for Julian calendar 
years") {
    +    TimeZone.setDefault(TimeZoneUTC)
    --- End diff --
    
    Just curious. Do you need to put back the old default when the test is 
over? Or does that not matter here?


---

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

Reply via email to