Open pappasam opened 7 years ago
bin/parquet.js will most-likely need some major refactoring. Shouldn't be too difficult to implement, but I'm not sure what you're planning for this module in the future.
Thanks for your report. I fixed it in my branch, correction will be included in the next release.
Regarding plans for this module, I intend to improve it to the point where I can convert parquet files from/to JSON and CSV format. I would like also to have a working pure JS version, which will be embeddable in browser. I'm lacking time at this moment, but hope to improve it anyway
was unvoluntary closed. Sorry. The state is: corrected, waiting for validation
First: thank you for building this super-useful tool. Definitely comes in handy when needing to run quick diffs against two parquet files.
Issue
Numeric filenames cause javascript errors. Since my parquet files are output by hive, they have numeric names.
Details
If you run the following code:
You'll get the following error message:
Workaround
At present, the simple workaround is to rename the files to a non-numeric value. This is mildly cumbersome.