Skip to content

The iceberg-datafusion Table Provider has a way to scan the latest snapshots dynamically #1296

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

Open
phillipleblanc opened this issue May 7, 2025 · 0 comments · May be fixed by #1297
Open
Labels
enhancement New feature or request

Comments

@phillipleblanc
Copy link
Contributor

Is your feature request related to a problem or challenge?

Currently the DataFusion IcebergTableProvider takes a fixed table metadata on creation, and data that is added to the Iceberg table after that is not reflected in the scans.

Describe the solution you'd like

Expose the IcebergTableProvider::try_new that takes in the catalog, and use the catalog on each table scan to get the latest snapshot of the table. If the table is constructed with the existing IcebergTableProvider::try_new_with_table or IcebergTableProvider::try_new_from_table_snapshot methods, then it should continue to work as is on that static snapshot.

Willingness to contribute

I can contribute to this feature independently

@phillipleblanc phillipleblanc added the enhancement New feature or request label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant