RussellSpitzer commented on code in PR #4479:
URL: https://github.com/apache/iceberg/pull/4479#discussion_r1143943898
##########
core/src/main/java/org/apache/iceberg/MicroBatches.java:
##########
@@ -188,25 +231,23 @@ private static List<Pair<ManifestFile, Integer>>
skipManifests(
*
* @param indexedManifests A list of indexed manifests to generate
MicroBatch
* @param startFileIndex A startFileIndex used to skip processed files.
+ * @param endFileIndex An endFileIndex used to find files to include, it
not inclusive.
Review Comment:
, it not inclusive => exclusive
--
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]