snuyanzin commented on code in PR #20323:
URL: https://github.com/apache/flink/pull/20323#discussion_r968188694
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/codegen/calls/BuiltInMethods.scala:
##########
@@ -463,6 +463,9 @@ object BuiltInMethods {
val SUBTRACT_MONTHS =
Types.lookupMethod(classOf[DateTimeUtils], "subtractMonths",
classOf[Long], classOf[Long])
+ val ADD_MONTHS_STRING_INT =
Review Comment:
Since there is already existing `subtractMonths` why could it be reused just
with negative sign?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]