-
Notifications
You must be signed in to change notification settings - Fork 173
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
v0.8.0 isn't published on npm #31
Comments
Additionally, the 0.7.0 release seems to be unable to read files written by 0.7.0. So publishing this would solve a big bug. |
How are you trying to read the files, @chazzmoney? This issue has already been outlined in #30. |
With further research, I'm not sure that 0.7.0 is writing files correctly at all. See the issue I opened (#35 ). I can write files, but they don't seem to work anywhere. Upgrading to 0.8.0 manually has fixed both issues for me. |
I also cant make 0.7.0 version to work at all... I'm using node-parquet while waiting for the 0.8.0 to be deployed on npm |
0.7.0 appears to be missing support for nested types. If you create a schema with a nested type an error is thrown because the type field isn't in the top level of the field definition. This issue appears to be fixed in the latest version of the code. I suggest bumping the version on npm so other can avoid hitting this road bump. |
Fix promise issues
Hello!
I've been trying to use this module for a project of mine, but I'm running into a few issues (#24), which are entirely solved by v.0.8.0.
Is there any way that you could publish the new version on npm?
Thanks :)
The text was updated successfully, but these errors were encountered: