raminqaf commented on code in PR #27994:
URL: https://github.com/apache/flink/pull/27994#discussion_r3129223554
##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/functions/ptf/FromChangelogFunction.java:
##########
@@ -91,6 +93,12 @@ public FromChangelogFunction(final SpecializedContext
context) {
.toArray();
this.rawOpMap = buildOpMap(callContext);
+
+ this.invalidOpHandlingMode =
+ callContext
+ .getArgumentValue(3, String.class)
Review Comment:
For now I have exported the as const values.
--
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]