twalthr commented on code in PR #22593:
URL: https://github.com/apache/flink/pull/22593#discussion_r1269095766
##########
flink-table/flink-table-planner/src/main/java/org/apache/flink/table/planner/plan/nodes/exec/stream/StreamExecChangelogNormalize.java:
##########
@@ -71,20 +75,36 @@
producedTransformations =
StreamExecChangelogNormalize.CHANGELOG_NORMALIZE_TRANSFORMATION,
minPlanVersion = FlinkVersion.v1_15,
minStateVersion = FlinkVersion.v1_15)
+@ExecNodeMetadata(
+ name = "stream-exec-changelog-normalize",
+ version = 2,
Review Comment:
Hi @LadyForest, sounds good to me. Thanks for reverting the version bump.
Btw FLINK-31917 seems pretty serious. Are we still able to deserialize 1.15
literals with this change? Also the SARG values cannot be null anymore? I guess
that should be fine. Ping me in Slack, I can help with a review.
--
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]