amogh-jahagirdar commented on code in PR #5234:
URL: https://github.com/apache/iceberg/pull/5234#discussion_r1073952053
##########
core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java:
##########
@@ -337,15 +340,20 @@ private CloseableIterable<ManifestEntry<DataFile>>
addedDataFiles(
TableMetadata base,
Long startingSnapshotId,
Expression dataFilter,
- PartitionSet partitionSet) {
+ PartitionSet partitionSet,
+ Snapshot parent) {
// if there is no current table state, no files have been added
Review Comment:
My bad, missed this when I raised the change to your branch. I think we
should update this comment to say "If there is no parent, no files have been
added"
--
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]