snuyanzin commented on code in PR #25897: URL: https://github.com/apache/flink/pull/25897#discussion_r1939118228
########## flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/BuiltInMethods.scala: ########## @@ -386,15 +386,29 @@ object BuiltInMethods { "timestampFloor", classOf[TimeUnitRange], classOf[Long], + classOf[Int], classOf[TimeZone]) + val TIMESTAMP_FLOOR_TIME_ZONE_FOR_HIGH_PRECISiON = Types.lookupMethod( Review Comment: same comment about renaming. Is there a reason to have a small `i` in the middle? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org