Spark3: Enable Parquet vectorized reads with identity partition values#1312
Merged
aokolnychyi merged 1 commit intoapache:masterfrom Aug 10, 2020
Conversation
Member
|
Lgtm, thanks for catching that! |
aokolnychyi
approved these changes
Aug 10, 2020
Contributor
aokolnychyi
left a comment
There was a problem hiding this comment.
Great catch, @shardulm94.
aokolnychyi
pushed a commit
to aokolnychyi/iceberg
that referenced
this pull request
Aug 18, 2020
cmathiesen
pushed a commit
to ExpediaGroup/iceberg
that referenced
this pull request
Aug 19, 2020
szehon-ho
pushed a commit
to szehon-ho/iceberg
that referenced
this pull request
Sep 16, 2024
… Catalog) (apache#1312) * (apple-internal) Support encryption/decryption in REST Catalog --------- Co-authored-by: huanghsiang_cheng <huangc@apple.com>
rodmeneses
pushed a commit
to rodmeneses/iceberg
that referenced
this pull request
Jun 23, 2025
…eberg Rest Catalog) (apache#1312) - disabled void testTableCredential(String oauth2ServerUri)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for Parquet vectorized reads with identity partition values was added in #1287 but the Spark3 read path was missed. This PR also enables vectorized reads for such tables in Spark3. The test case added in #1287 also runs for Spark3 and should test this change.
cc: @RussellSpitzer