This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
parquet_read
fails when a column has too many rows with string values
#366
Labels
bug
Something isn't working
The
parquet_read
andparquet_read_record
fail to read a parquet file with a column of string values when the number of rows exceed a few thousand.To reproduce the problem I generated the parquet file with the following script:
With 20000 rows all works well:
but with 30000 rows the example fails with
NotYetImplemented
:I am running the latest master version:
> git rev-parse HEAD cef5f08cf86334772d5ac72291f563e63c298e46
The text was updated successfully, but these errors were encountered: