dvirtz / vscode-parquet-viewer

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

The plugin stays loading forever. #79

Closed diegozabala closed 1 year ago

diegozabala commented 1 year ago

Input file: .snappy.parquet file size: 1MB Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro16,1 Processor Name: 6-Core Intel Core i7 Processor Speed: 2,6 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 16 GB System Firmware Version: 1916.80.2.0.0 (iBridge: 20.16.3045.0.0,0) OS Loader Version: 564.40.4~66

dvirtz commented 1 year ago

Thanks for opening the issue. Can you try with the arrow backend: https://github.com/dvirtz/vscode-parquet-viewer#arrow If that's not working, it would be best if you could attach the problematic file here.

dvirtz commented 1 year ago

probably the same as #81

dvirtz commented 1 year ago

Please try v2.3.1 and reopen if still fails.

diegozabala commented 1 year ago

Thanks a lot [dvirtz], it's working on my side now. ty