JingsongLi commented on a change in pull request #9036:
[FLINK-13112][table-planner-blink] Support LocalZonedTimestampType in blink
URL: https://github.com/apache/flink/pull/9036#discussion_r301902620
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableConfig.java
##########
@@ -32,9 +32,9 @@
public class TableConfig {
/**
- * Defines the timezone for date/time/timestamp conversions.
+ * Defines the zone id for timestamp with local time zone.
*/
- private TimeZone timeZone = TimeZone.getTimeZone("UTC");
+ private ZoneId zoneId = ZoneId.systemDefault();
Review comment:
In theory, tests should pass always, if the test not set zone id, the assert
should not expect some time zone dependents.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services