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

Add support for reading binary data columns in Parquet #1195

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

bmcdonald3
Copy link
Contributor

Parquet has a couple different representations of string columns,
one that is called "string", which guarantees characters will
be UTF8, and one of "binary", which is the same as string, but
without the UTF8 guarantee. This PR adds support for reading
the binary data type by treating it as a string.

Parquet has a couple different representations of string columns,
one that is called "string", which guarantees characters will
be UTF8, and one of "binary", which is the same as string, but
without the UTF8 guarantee. This PR adds support for reading
the binary data type by treating it as a string.
@bmcdonald3 bmcdonald3 changed the title Add support for reading binary arrays in Parquet Add support for reading binary data columns in Parquet Mar 9, 2022
@mhmerrill mhmerrill self-requested a review March 10, 2022 17:54
Copy link
Contributor

@mhmerrill mhmerrill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok to me.

@mhmerrill mhmerrill merged commit e03eebb into Bears-R-Us:master Mar 10, 2022
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