smaheshwar-pltr opened a new issue, #2634:
URL: https://github.com/apache/iceberg-python/issues/2634

   ### Feature Request / Improvement
   
   Related is #240 for Incremental Changelog Scan support. This issue tracks 
Incremental Append Scan support for PyIceberg.
   
   PyIceberg lacks incremental read utilities. It's been asked for multiple 
times - a strength of PyIceberg is that small data, such as _just data appended 
between two snapshots_, can be processed theoretically much faster than e.g. 
Spark.
   
   This is an _incremental append scan_, that the [Java 
API](https://iceberg.apache.org/javadoc/latest/org/apache/iceberg/IncrementalAppendScan.html)
 and [the Spark 
engine](https://iceberg.apache.org/docs/latest/spark-queries/#incremental-read) 
support.


-- 
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]

Reply via email to