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
My case is to preview the head (top 100 rows) of a gzip compressed parquet file.
Opening a gz compressed file with ParquetReader.openFile() fails with "not a valid parquet file". Is it possible to handle partial Gzip parquet file with parquetjs?
The text was updated successfully, but these errors were encountered:
My case is to preview the head (top 100 rows) of a gzip compressed parquet file.
Opening a gz compressed file with ParquetReader.openFile() fails with "not a valid parquet file". Is it possible to handle partial Gzip parquet file with parquetjs?
The text was updated successfully, but these errors were encountered: