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

    https://github.com/apache/spark/pull/22657#discussion_r224151216
  
    --- Diff: core/src/test/scala/org/apache/spark/SparkFunSuite.scala ---
    @@ -106,4 +107,14 @@ abstract class SparkFunSuite
         }
       }
     
    +  lazy val outstandingTimezones = Seq(
    --- End diff --
    
    Is this lazy so that it's not evaluated by each test suite? I get it 
although `TimeZone` caches these, it seems. It won't matter really either way. 
I'm neutral, it doesn't matter


---

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

Reply via email to