-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
As far as I can tell, this driver doesn't support fsspec-style caching at the moment:
import intake_parquet
path = "https://github.com/apache/parquet-testing/raw/master/data/alltypes_plain.parquet"
intake_parquet.ParquetSource(urlpath=path, engine="pyarrow").read() # works
intake_parquet.ParquetSource(urlpath="simplecache::"+path, engine="pyarrow").read() # fails
Unsure if this is more appropriate to be fixed at the dask layer or here. Is there a roadmap for rolling out fsspec
caching to various drivers?
weiji14 and zaneselvans
Metadata
Metadata
Assignees
Labels
No labels