davidradl commented on code in PR #27031:
URL: https://github.com/apache/flink/pull/27031#discussion_r2372601661


##########
flink-table/flink-table-runtime/src/main/java/org/apache/flink/table/runtime/operators/sink/constraint/NestedMapConstraint.java:
##########
@@ -44,8 +44,8 @@ final class NestedMapConstraint implements Constraint {
             final int[] nestedMapFieldIndices,
             final String[] nestedMapFieldNames,
             final Constraint[][] nestedElementsConstraints,
-            final ArrayData.ElementGetter[] valueGetters,
-            final ArrayData.ElementGetter[] keyGetters) {
+            final ArrayData.ElementGetter[] keyGetters,

Review Comment:
   Please could you add a unit test for this change please. It would also be 
useful to include the symtpoms of the error in the Jira - so it can be searched 
for.  



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