dvirtz / vscode-parquet-viewer

A VS Code extension to view Apache Parquet files as JSON
MIT License
29 stars 6 forks source link

Does not support LargeList #134

Closed evbo closed 2 months ago

evbo commented 2 months ago

Before parquet-wasm was the only thing that worked for me on Arm64 Ubuntu, but then I tried opening a parquet file with lists and got:

Error: Unrecognized type: \"LargeList\" (21)

dvirtz commented 2 months ago

Thanks for opening the issue. Unfortunately, apache-arrow js library doesn't support LargeList yet: https://github.com/apache/arrow/issues/39454 so that's not much I can do about it except for bump the version when it's fixed.