dvirtz / vscode-parquet-viewer

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

the attached file causes 'out of buffer' error #1

Closed dvirtz closed 5 years ago

dvirtz commented 5 years ago

part-00000-5c2c4a6f-a7f9-4f0e-a19f-47bbeac1242a.c000.snappy.parquet.zip

macdonst commented 5 years ago

I'm getting the following error:

error when running parquet-tools RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded:

Is it the same as what you are seeing.

dvirtz commented 5 years ago

Does it work for you when you run parquet-tools manually?

On Tue, Apr 23, 2019, 21:03 Simon MacDonald notifications@github.com wrote:

I'm getting the following error:

error when running parquet-tools RangeError [ERR_CHILD_PROCESS_STDIO_MAXBUFFER]: stdout maxBuffer length exceeded:

Is it the same as what you are seeing.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dvirtz/vscode-parquet-viewer/issues/1#issuecomment-485911699, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2ORDIMULPWMRYWXUIGP73PR5FO3ANCNFSM4G2SUJZQ .

macdonst commented 5 years ago

@dvirtz yeah, I can view the file from the CLI using parquet-tools.

dvirtz commented 5 years ago

@macdonst please try version 0.1.1

macdonst commented 5 years ago

@dvirtz I updated and it works great. Thanks for the fix.