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
feat(iceberg-datafusion): make IcebergTableScan public (#1570)
DataFusion `ExecutionPlan` implementations are generally public, so that
they can be inspected and munged by optimization rules.
Our specific use case is to use `IcebergTableProvider` to plan files,
and then pass those files (assuming no deletes) to DataFusion`s
`ListingTable`.
0 commit comments