aokolnychyi commented on code in PR #8432:
URL: https://github.com/apache/iceberg/pull/8432#discussion_r1310700313
##########
core/src/test/java/org/apache/iceberg/TestScanPlanningAndReporting.java:
##########
@@ -215,19 +215,24 @@ public void scanningWithSkippedDataFiles() throws
IOException {
Table table =
TestTables.create(
tableDir, tableName, SCHEMA, SPEC, SortOrder.unsorted(),
formatVersion, reporter);
- table.newAppend().appendFile(FILE_A).appendFile(FILE_D).commit();
- table.newAppend().appendFile(FILE_B).appendFile(FILE_C).commit();
+
table.newAppend().appendFile(FILE_A).appendFile(FILE_B).appendFile(FILE_D).commit();
Review Comment:
I need to add `FILE_B` here so that we have a manifest with one skipped data
file as the original manifest will be rewritten with `FILE_A` as deleted.
--
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]