skambha opened a new issue #1711:
URL: https://github.com/apache/iceberg/issues/1711


   There is a todo in the `IncrementalDataTableScan` to publish a incremental 
scan event. 
   
   I can take a look into this. 
   Incremental scan has a ‘from’ and ‘to’ snapshot that needs to be passed to 
the event as well. 
   
   - We can add a new `IncrementalScanEvent` that has the ‘from’ and ‘to’ 
snapshot information as well in addition to the projection, filter and 
tablename info.  _Or_
   - We could enhance the `ScanEvent` that exists today, although the 
snapshotId there won’t apply to the Incremental scan event.  What is the 
compatibility guarantees for ScanEvent across releases since it is part of the 
api folder?
   
   @rdsr, @rdblue, please let me know your comments.  Thanks.   
   
   
   


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

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