snuyanzin commented on code in PR #27764:
URL: https://github.com/apache/flink/pull/27764#discussion_r2965734024


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/join/stream/state/MultiJoinStateViews.java:
##########
@@ -191,7 +196,8 @@ private InputSideHasUniqueKey(
                 final RowType recordType,
                 final InternalTypeInfo<RowData> uniqueKeyType,
                 final KeySelector<RowData, RowData> uniqueKeySelector,
-                final StateTtlConfig ttlConfig) {
+                final StateTtlConfig ttlConfig,
+                boolean prohibitReuseRowData) {

Review Comment:
   is there a reason we have `final` for all args except the last one?



-- 
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]

Reply via email to