pvary commented on code in PR #14148:
URL: https://github.com/apache/iceberg/pull/14148#discussion_r2366961564


##########
flink/v2.0/flink/src/test/java/org/apache/iceberg/flink/TestHelpers.java:
##########
@@ -176,6 +178,16 @@ public static void assertRowData(
       LogicalType rowType,
       StructLike expectedRecord,
       RowData actualRowData) {
+    assertRowData(structType, rowType, expectedRecord, actualRowData, null, 
-1);
+  }
+
+  public static void assertRowData(
+      Types.StructType structType,
+      LogicalType rowType,
+      StructLike expectedRecord,
+      RowData actualRowData,
+      Map<Integer, Object> idToConstant,
+      int pos) {

Review Comment:
   Maybe this could be: `rowPosition`



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to