You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/07/10 03:39:34 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #9036: [FLINK-13112][table-planner-blink] Support LocalZonedTimestampType in blink

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:
users@infra.apache.org


With regards,
Apache Git Services