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_r301875075
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableConfig.java
 ##########
 @@ -70,20 +64,6 @@
         */
        private long maxIdleStateRetentionTime = 0L;
 
-       /**
-        * Returns the timezone for date/time/timestamp conversions.
-        */
-       public TimeZone getTimeZone() {
-               return timeZone;
-       }
-
-       /**
-        * Sets the timezone for date/time/timestamp conversions.
-        */
-       public void setTimeZone(TimeZone timeZone) {
 
 Review comment:
   I'll change it to setZoneId

----------------------------------------------------------------
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

Reply via email to