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

Fix parquet binary reads to do the transformation in the plugin [databricks] #6292

Merged
merged 2 commits into from
Aug 11, 2022

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Aug 11, 2022

From testing we found a number of issues with nested types and reading binary data. There were bugs in the cudf code, even with the API that made this unworkable in the short term. So this has all of the transformation to binary from string happen in the plugin instead of doing it in CUDF. Hopefully in 22.10 when the CUDF code + API is fixed we can switch over to using it and it will be cleaner and more efficient.

This replaces #6283.

This fixes #6281

@revans2 revans2 added bug Something isn't working feature request New feature or request SQL part of the SQL/Dataframe plugin P0 Must have for release task Work required that improves the product but is not user facing labels Aug 11, 2022
@revans2 revans2 added this to the Aug 8 - Aug 19 milestone Aug 11, 2022
@revans2 revans2 self-assigned this Aug 11, 2022
@revans2
Copy link
Collaborator Author

revans2 commented Aug 11, 2022

build

@revans2
Copy link
Collaborator Author

revans2 commented Aug 11, 2022

build

@revans2
Copy link
Collaborator Author

revans2 commented Aug 11, 2022

@jlowe please take another look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature request New feature or request P0 Must have for release SQL part of the SQL/Dataframe plugin task Work required that improves the product but is not user facing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Reading binary columns from nested types does not work.
2 participants