Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between two snapshots #36

Open
marsupialtail opened this issue Jan 9, 2024 · 3 comments
Open

Difference between two snapshots #36

marsupialtail opened this issue Jan 9, 2024 · 3 comments

Comments

@marsupialtail
Copy link

Hello, is it possible to efficiently support querying only the difference between two snapshots?

@marsupialtail
Copy link
Author

E.g. in Spark you can do:
spark.read()
.format("iceberg")
.option("start-snapshot-id", "10963874102873")
.option("end-snapshot-id", "63874143573109")
.load("path/to/table")

@samansmink
Copy link
Collaborator

@marsupialtail Not yet, definitely something worth looking into though

@marsupialtail
Copy link
Author

happy to contribute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants