Skip to content

Commit f1b6749

Browse files
Update the comment
1 parent 932940d commit f1b6749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveInspectorSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class HiveInspectorSuite extends FunSuite with HiveInspectors with BeforeAndAfte
3838
private val originalTimeZone = TimeZone.getDefault
3939

4040
override def beforeAll() {
41-
// Timezone is fixed to America/Los_Angeles for those timezone sensitive tests (timestamp_*)
41+
// Timezone is fixed to GMT
4242
TimeZone.setDefault(TimeZone.getTimeZone("GMT"))
4343
}
4444

0 commit comments

Comments
 (0)