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] Enable feature-flagged native downloader in daft.read_parquet (#1190)
Enables changes to `daft.read_parquet` such that when we specify
`use_native_downloader=True`, this uses our new Rust-based native
Parquet downloading and parsing for:
1. Schema inference
2. Retrieving per-file metadata (currently only the number of rows)
3. Reading the actual `Table`
---------
Co-authored-by: Jay Chia <[email protected]@users.noreply.github.com>
0 commit comments