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
Describe the bug, including details regarding any error messages, version, and platform.
I have a hive-partitioned dataset in a Google Cloud Storage bucket. Its size is around 54MB according to gsutil du and verified by downloading it and checking locally. However, if I open it with ds = pyarrow.dataset.dataset("gs://...", partitioning="hive", format="parquet") and then traverse it with ds.to_batches(), it results in multiple GB of inbound network traffic and takes much longer than simply downloading the data.
This is with PyArrow 10.0.1. MacOS 12.6 with Apple M1 CPU.
Component(s)
Python
The text was updated successfully, but these errors were encountered:
Describe the bug, including details regarding any error messages, version, and platform.
I have a hive-partitioned dataset in a Google Cloud Storage bucket. Its size is around 54MB according to
gsutil du
and verified by downloading it and checking locally. However, if I open it withds = pyarrow.dataset.dataset("gs://...", partitioning="hive", format="parquet")
and then traverse it withds.to_batches()
, it results in multiple GB of inbound network traffic and takes much longer than simply downloading the data.This is with PyArrow 10.0.1. MacOS 12.6 with Apple M1 CPU.
Component(s)
Python
The text was updated successfully, but these errors were encountered: