stevenzwu opened a new pull request, #4529: URL: https://github.com/apache/iceberg/pull/4529
…apshotId as Long type (instead of current primitive long). There are two reasons to support null fromSnapshotId - Support inclusive streaming starting strategy. We can simply pass in the parentId of the starting snapshot, which can be null - Support incremental streaming scan for a empty table, where the fromSnapshotId could be null This change is binary compatible. Old interfaces are marked as deprecated. -- 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]
