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

    https://github.com/apache/spark/pull/23196#discussion_r239998126
  
    --- Diff: 
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
 ---
    @@ -49,8 +49,8 @@ class HiveCompatibilitySuite extends HiveQueryFileTest 
with BeforeAndAfter {
       override def beforeAll() {
         super.beforeAll()
         TestHive.setCacheTables(true)
    -    // Timezone is fixed to America/Los_Angeles for those timezone 
sensitive tests (timestamp_*)
    -    TimeZone.setDefault(TimeZone.getTimeZone("America/Los_Angeles"))
    +    // Timezone is fixed to GMT for those timezone sensitive tests 
(timestamp_*)
    --- End diff --
    
    Tests passed on new parser. I reverted back all settings for 
`HiveCompatibilitySuite`


---

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

Reply via email to