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
As @cwwalter mentioned, having _common_metadata and _metadata in the parquet file folder can potentially speed up load time for dask and spark.
We should be able to add the steps to generate these metadata files in write_gcr_to_parquet.py. Alternatively, we can write a post-processing script to generate those files (could be useful for existing datasets).
As @cwwalter mentioned, having
_common_metadata
and_metadata
in the parquet file folder can potentially speed up load time for dask and spark.We should be able to add the steps to generate these metadata files in
write_gcr_to_parquet.py
. Alternatively, we can write a post-processing script to generate those files (could be useful for existing datasets).Ref: https://arrow.apache.org/docs/python/generated/pyarrow.parquet.write_metadata.html
The text was updated successfully, but these errors were encountered: