wuchong commented on a change in pull request #8762: 
[FLINK-12844][table-planner-blink] Use default conversion class 
LocalDate/LocalTime/LocalDateTime for DateType/TimeType/TimestampType in blink
URL: https://github.com/apache/flink/pull/8762#discussion_r300911056
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/plan/nodes/physical/stream/StreamExecGroupWindowAggregate.scala
 ##########
 @@ -302,7 +302,7 @@ class StreamExecGroupWindowAggregate(
     val builder = WindowOperatorBuilder
       .builder()
       .withInputFields(inputFields.toArray)
-    val timeZoneOffset = -config.getTimeZone.getOffset(Calendar.ZONE_OFFSET)
+    val timeZoneOffset = 0
 
 Review comment:
   Could you also remove the following constructor parameter for time zone? I 
think they are not needed anymore.

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