I have a parquet file which has a column of type list. When loading the 
particular column from the file by name, it gives me an error specifying 
invalid key error

A deeper look in ColumnSchema of the particular column revealed that the column 
name is listed as <name>.list.element ? Is this a bug

Here's the schema of the file

[cid:23cea9e1-f012-4cc6-b404-deb8084529eb]
[cid:dce433ae-48ab-42c8-ac83-6b7ddd830f60]

Here's the ColumnSchema

[cid:d2ae2101-9d38-43ff-952b-209a7e62d450]

If i read the column like this, it works

[cid:41f40ad7-207b-481f-81ab-1fc3648ed38b]

I am using version 0.4.0. Is this solved in later releases ?

Reply via email to