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

support for np.uint64 #76

Closed
robertaves opened this issue Nov 30, 2019 · 3 comments
Closed

support for np.uint64 #76

robertaves opened this issue Nov 30, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request micro release Will be addressed in the next micro release

Comments

@robertaves
Copy link

data sets i deal with have a lot of unsigned 64 bit numbers and i'm struggling finding the best way for parquet not to mess them up on load/unload.

May be some issues within pyarrow for support?

@igorborgest igorborgest added the enhancement New feature or request label Dec 4, 2019
@igorborgest igorborgest self-assigned this May 8, 2020
@igorborgest igorborgest added micro release Will be addressed in the next micro release WIP Work in progress labels May 8, 2020
@igorborgest
Copy link
Contributor

Hey @robertaves, sorry about this ancient issue!

I've just added full uint8, uint16 and uint32 support.

I also added support to uint64, but unfortunately it is not supported on Athena, so you will only be able to use it reading directly from s3.

@robertaves
Copy link
Author

Awesome, this is all i can ask for, i'll close this out as it meets my needs. Thanks again

@igorborgest
Copy link
Contributor

Available on version 1.1.2

@igorborgest igorborgest removed the WIP Work in progress label May 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request micro release Will be addressed in the next micro release
Projects
None yet
Development

No branches or pull requests

2 participants