morhidi opened a new pull request, #12839: URL: https://github.com/apache/iceberg/pull/12839
##Description The `INCREMENTAL_FROM_LATEST_SNAPSHOT` starting strategy is inclusive in the `IcebergSource`. This means at the moment there is no way to start the `IcebergSource` in a non-empty table without reading the records from at least the latest snapshot. Users can't have the behavior they got used to with using `scan.startup.mode: latest-offset` in Kafka Source. This change introduces a new `StreamingStartingStrategy` called `INCREMENTAL_FROM_LATEST_SNAPSHOT_EXCLUSIVE` to address that. Closes: [#9955](https://github.com/apache/iceberg/issues/9955) -- 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]
