kbendick commented on a change in pull request #1627:
URL: https://github.com/apache/iceberg/pull/1627#discussion_r507497416
##########
File path: core/src/main/java/org/apache/iceberg/MicroBatches.java
##########
@@ -145,7 +158,7 @@ public MicroBatch generate(int startFileIndex, long
targetSizeInBytes, boolean i
/**
* Method to skip the manifest file in which the index is smaller than
startFileIndex. For example, if the
* index list is : (m1, 0), (m2, 3), (m3, 5), and startFileIndex is 4,
then the returned manifest index list is:
- * (m2, 3), (m3, 5).
+ * (m3, 5).
Review comment:
This update to this java doc comment is what inspired this PR.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]