You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we merge #324 and complete the basic groundwork, the integration crate can be continuously refined. Due to for example more supported features like predicate pushdown, etc.
This list is supposed to evolve over time, so feel free to add missing todos.
Todos:
proper integration tests for table scan (requires us to setup a table with actual snapshots / data )
a cache for IcebergCatalogProvider and IcebergSchemaProvider / so data does not become stale
improve impl ExecutionPlan for IcebergTableScan (once we support filter pushdown, etc.)
The text was updated successfully, but these errors were encountered:
Motivation:
Once we merge #324 and complete the basic groundwork, the integration crate can be continuously refined. Due to for example more supported features like predicate pushdown, etc.
This list is supposed to evolve over time, so feel free to add missing todos.
Todos:
The text was updated successfully, but these errors were encountered: