cgivre commented on code in PR #2987:
URL: https://github.com/apache/drill/pull/2987#discussion_r2077607834
##########
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/TestNestedDateTimeTimestamp.java:
##########
@@ -46,6 +48,13 @@ public class TestNestedDateTimeTimestamp extends
BaseTestQuery {
private static final String DATAFILE =
"cp.`datetime.parquet`";
private static final Map<String, Object> expectedRecord = new
TreeMap<String, Object>();
+ @BeforeClass
+ public static void setUpTimeZone() {
Review Comment:
I've run into this issue before. Do you think the "correct" answer would
be to put a global option in the test profile in the `pom.xml` whereby the
timezone would be set to UTC for all Drill tests?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]