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
This feature allows reading the DeltaCAT catalog (Iceberg, internal catalog etc.) into a Daft distributed dataframe. It also provides hints regarding data layout to Daft reader so that the reads are optimized and no worse than existing compactor.
Expected Features
Reading entire table into memory.
Leverage Partition Pruning using DeltaCAT metadata.
Leverage sort order policy using DeltaCAT metadata.
This feature allows reading the DeltaCAT catalog (Iceberg, internal catalog etc.) into a Daft distributed dataframe. It also provides hints regarding data layout to Daft reader so that the reads are optimized and no worse than existing compactor.
Expected Features
The text was updated successfully, but these errors were encountered: