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 Int8 and Int16 as basic type #397

Open
asfimport opened this issue Mar 1, 2022 · 2 comments
Open

Support Int8 and Int16 as basic type #397

asfimport opened this issue Mar 1, 2022 · 2 comments

Comments

@asfimport
Copy link
Collaborator

 Int8 and Int16 are not supported as basic in previos version. Using 4 bytes to store int8 seems not a good idea, which means requiring more storage and read and write very slow. Besides, it is not friendly with regular computing format, such as velox, arrow, vector and so on.

With Int8 and Int16 supported, we can get less storage and better performance on reading and writing. As for forward compatible, we can use version in FileMetaData to choose how to read parquet data.

Reporter: Jackey Lee / @jackylee-ch

Note: This issue was originally created as PARQUET-2133. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Timothy Miller / @theosib-amazon:
Have you started working on implementing this? What is your progress. I'd be happy to work with you on it.

@asfimport
Copy link
Collaborator Author

Micah Kornfield / @emkornfield:
before we start working on it it should probably be discussed on the dev@ mailing list to make sure people are OK with the specification change.

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

No branches or pull requests

1 participant