gustavodemorais commented on code in PR #27901:
URL: https://github.com/apache/flink/pull/27901#discussion_r3065068069
##########
flink-table/flink-table-planner/src/main/scala/org/apache/flink/table/planner/plan/optimize/program/FlinkChangelogModeInferenceProgram.scala:
##########
@@ -1707,21 +1710,10 @@ class FlinkChangelogModeInferenceProgram extends
FlinkOptimizeProgram[StreamOpti
val definition = ShortcutUtils.unwrapFunctionDefinition(call)
val inputChangelogModes = children.map(toChangelogMode(_, None, None))
val changelogModeOpt: Option[ChangelogMode] = definition match {
- // User-defined PTFs that implement ChangelogFunction
Review Comment:
did you remove this by accident?
--
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]