attilakreiner commented on code in PR #10657:
URL: https://github.com/apache/iceberg/pull/10657#discussion_r1670426692


##########
data/src/test/java/org/apache/iceberg/data/TestLocalScan.java:
##########
@@ -401,15 +392,15 @@ public void testProjectWithMissingFilterColumn() {
     }
 
     results.forEach(
-        record -> Assert.assertEquals("Record should have two projected 
fields", 2, record.size()));
+        record ->
+            assertThat(record.size()).as("Record should have two projected 
fields").isEqualTo(2));

Review Comment:
   same here, `Record` type



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