amogh-jahagirdar commented on code in PR #15276:
URL: https://github.com/apache/iceberg/pull/15276#discussion_r2785942279
##########
core/src/test/java/org/apache/iceberg/TestMetadataTableScans.java:
##########
@@ -1752,6 +1752,84 @@ public void testEntriesTableEstimateSize() throws
Exception {
assertEstimatedRowCount(new AllEntriesTable(table), 4);
}
+ @TestTemplate
+ public void testMetadataTableScansOnBranch() throws IOException {
+ table.newFastAppend().appendFile(FILE_A).commit();
+ table.manageSnapshots().createBranch("testBranch").commit();
+
Review Comment:
Minor: Needless newline here and same in the below method.
--
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]