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 in support for FIXED_LEN_BYTE_ARRAY as binary #8404

Merged
merged 4 commits into from
Sep 12, 2023

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented May 25, 2023

This depends on rapidsai/cudf#13437

This fixes #7449

The is to support https://issues.apache.org/jira/browse/SPARK-41096 in the plugin. It went into 3.4.0 so these changes and tests are specific to 3.4.0, although some of the back end support in this patch goes into a 3.3.0+ shim, but Spark itself tends to prevent this from happening in anything beyond 3.4.0. I did not thoroughly test this though and if we want more tests/verification that this is going to work I am happy to do that.

I wrote this because the author of rapidsai/cudf#13437 asked me to test it, and this was the simplest way to test it.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 marked this pull request as draft May 25, 2023 20:17
jlowe
jlowe previously approved these changes May 26, 2023
@revans2
Copy link
Collaborator Author

revans2 commented Jul 27, 2023

The dependent PR is still in draft. I will move this to 23.10 when the dependent PR is also updated to 23.10

@revans2 revans2 changed the base branch from branch-23.08 to branch-23.10 August 9, 2023 13:10
@revans2 revans2 dismissed jlowe’s stale review August 9, 2023 13:10

The base branch was changed.

@revans2 revans2 marked this pull request as ready for review August 25, 2023 14:04
@revans2
Copy link
Collaborator Author

revans2 commented Aug 25, 2023

The dependency was merged into CUDF last night, but the CI failed so we might need to wait a little longer before this is ready to test.

@revans2
Copy link
Collaborator Author

revans2 commented Sep 6, 2023

build

@revans2
Copy link
Collaborator Author

revans2 commented Sep 6, 2023

build

@revans2
Copy link
Collaborator Author

revans2 commented Sep 8, 2023

@jlowe could you take another look?

@jlowe jlowe merged commit 7e1e9d3 into NVIDIA:branch-23.10 Sep 12, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Spark 3.4+ Spark 3.4+ issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA][SPARK-41096] Support reading parquet FIXED_LEN_BYTE_ARRAY type
3 participants