skale-me / node-parquet

NodeJS module to access apache parquet format files
Apache License 2.0
57 stars 11 forks source link

Group type returns error #52

Open jmcan opened 6 years ago

jmcan commented 6 years ago

When using the group type I get an error on the number of values in the column.

E.g. from the example given in the documentation, this message is returned: Error: Column 2 had 7 while previous column had 2

So it seems like the nested values are treated as a single value column and therefore it thinks the column has 7 rows, when it in reality has two.

janrueckert commented 6 years ago

+1