xanderbailey commented on code in PR #2997:
URL: https://github.com/apache/iceberg-rust/pull/2997#discussion_r3843160599
##########
crates/iceberg/src/table.rs:
##########
@@ -280,6 +280,30 @@ impl Table {
TableScanBuilder::new(self)
}
+ /// Creates an incremental append scan starting from the given snapshot
(exclusive).
+ ///
+ /// Returns only data files added in APPEND snapshots after
`from_snapshot_id`,
+ /// up to `to_snapshot_id` or the current snapshot if `None`.
+ pub fn incremental_append_scan(
Review Comment:
Happy to align with java and python api here.
--
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]