tomtongue commented on code in PR #10663:
URL: https://github.com/apache/iceberg/pull/10663#discussion_r1670154110


##########
flink/v1.19/flink/src/test/java/org/apache/iceberg/flink/source/reader/TestArrayPoolDataIteratorBatcherRowData.java:
##########
@@ -93,15 +91,15 @@ public void testSingleFileLessThanOneFullBatch() throws 
Exception {
     // assert first record
 
     assertThat(recordAndPosition.fileOffset()).isEqualTo(0);
-    // The position points to where the reader should resume after this record 
is processed.
-    assertThat(recordAndPosition.recordOffset()).isEqualTo(1);
+    assertThat(recordAndPosition.recordOffset())
+        .as("The position points to where the reader should resume after this 
record is processed.")

Review Comment:
   Set this comment to `as` like other part in this class along with the 
backport.



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