xxchan opened a new issue, #1469:
URL: https://github.com/apache/iceberg-rust/issues/1469

   ### Is your feature request related to a problem or challenge?
   
   Currently we only support full table scan. The Java SDK supports scanning 
between 2 snapshots. (Used for Spark/Flink incremental streaming read) We can 
provide similar API. 
   
   Related code in Java
   - 
https://github.com/apache/iceberg/blob/9a98de04103755ad4833ac6c3918c39022d54a99/core/src/main/java/org/apache/iceberg/util/SnapshotUtil.java#L208-L226
   - 
https://github.com/apache/iceberg/blob/9a98de04103755ad4833ac6c3918c39022d54a99/api/src/main/java/org/apache/iceberg/IncrementalScan.java
   - 
https://github.com/apache/iceberg/blob/6ec3de390d3fa6e797c6975b1eaaea41719db0fe/core/src/main/java/org/apache/iceberg/BaseIncrementalAppendScan.java#L68-L98
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Willingness to contribute
   
   None


-- 
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: issues-unsubscr...@iceberg.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to