raminqaf commented on code in PR #27901:
URL: https://github.com/apache/flink/pull/27901#discussion_r3079939312
##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/functions/ChangelogFunction.java:
##########
@@ -105,5 +109,14 @@ interface ChangelogContext {
* are required and {@link ChangelogMode#keyOnlyDeletes()} are
supported.
*/
ChangelogMode getRequiredChangelogMode();
+
+ /**
+ * Returns the value of a scalar argument at the given position.
Review Comment:
Since we are not supporting upsert in this version, I kept it simple and
didn't introduce this change.
--
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]