-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
cc @Fokko .
This is a super simple implementation of an iceberg client for dask. It works for the limited couple of datasets I have available including
- version metadata choice
- snapshot time travel
- schema evolution (see also Evolution dask/fastparquet#818 ; I don't think arrow cooperates on this)
- partition filtering and transforms (fastparquet does have row-level filtering, but dask doesn't know how to call it)
This is POC, but I think an effective one.
That the client works on data locations/paths only, but they can be remote. It is the opposite of pyiceberg in this sense, which talks to the metadata store over thrift or REST.
Note that fastparquet loads decimal columns as float64, and arrow makes python decimal objects (super slow!) even though it supports a decimal type internally.
Metadata
Metadata
Assignees
Labels
No labels