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

Added support for converted int types #673

Merged
merged 2 commits into from
Jun 27, 2022
Merged

Added support for converted int types #673

merged 2 commits into from
Jun 27, 2022

Conversation

RanoVeder
Copy link
Contributor

@RanoVeder RanoVeder commented Jun 24, 2022

Currently the parquet loader plugin only supports INT32 and INT64 parquet types. This commit adds supports for the following data types by using the ConvertedType from each column:

UINT8
UINT16
UINT32
UINT64
INT8
INT16

@facontidavide facontidavide merged commit 5fbe6e1 into facontidavide:main Jun 27, 2022
@facontidavide
Copy link
Owner

thanks! I was not sure if anyone was interested to this plugin!

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

Successfully merging this pull request may close these issues.

2 participants