Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parquet file parsing error #119

Open
govthamreddy opened this issue Nov 11, 2020 · 2 comments
Open

Parquet file parsing error #119

govthamreddy opened this issue Nov 11, 2020 · 2 comments

Comments

@govthamreddy
Copy link

govthamreddy commented Nov 11, 2020

Hi have created fruits.parquet file using sample writer.js.
When i submit the file to parquet viewer online i am getting Unknown error while parsing parquet.

@chavolla
Copy link

chavolla commented Nov 14, 2020

I would recommend that you use another package. This seems to use a non-standard parquet file definition. I have tried to read parquet files created by this library in Apache Drill and Parquet Viewer and it didn't work. I have tried other libraries (Java) to create parquet files and they work. Probably this library should be removed or at least it should be specified that the output can only be read by this library.

@kyanet
Copy link

kyanet commented May 20, 2021

@govthamreddy
This problem can be solved in the same way as the Athena problem.
#124

use this option
useDataPageV2: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants