RussellSpitzer commented on code in PR #15656:
URL: https://github.com/apache/iceberg/pull/15656#discussion_r2943197444
##########
core/src/main/java/org/apache/iceberg/MicroBatches.java:
##########
@@ -207,7 +207,10 @@ public MicroBatch generate(long startFileIndex, long
targetSizeInBytes, boolean
return generate(
startFileIndex,
Iterables.size(
- SnapshotChanges.builderFor(snapshot, io,
specsById).build().addedDataFiles()),
+ SnapshotChanges.builderFor(io, specsById)
Review Comment:
I removed the 3 arg private constructor and put in a 2 arg one so we can use
both "Snapshot" and "Snapshots" without a multiple constructors
--
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]