i'm using parquetjs to create parquet files and push to google cloud storage.
Problem is that bigquery cannot read the data from file but when i use parquet-tools everything looks healthy.
i'm using parquetjs to create parquet files and push to google cloud storage.
Problem is that bigquery cannot read the data from file but when i use parquet-tools everything looks healthy.
just pass
useDataPageV2: falseas option toparquet.ParquetWriter.openFile(...)Like this: