Skip to content

[SPARK-37974][SQL] Implement vectorized DELTA_BYTE_ARRAY and DELTA_LENGTH_BYTE_ARRAY encodings for Parquet V2 support#35262

Closed
parthchandra wants to merge 20 commits into
apache:masterfrom
parthchandra:SPARK-36879-PR3
Closed

[SPARK-37974][SQL] Implement vectorized DELTA_BYTE_ARRAY and DELTA_LENGTH_BYTE_ARRAY encodings for Parquet V2 support#35262
parthchandra wants to merge 20 commits into
apache:masterfrom
parthchandra:SPARK-36879-PR3

Conversation

@parthchandra

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

This PR provides a vectorized implementation of the DELTA_BYTE_ARRAY encoding of Parquet V2. The PR also implements the DELTA_LENGTH_BYTE_ARRAY encoding which is needed by the former.

Why are the changes needed?

The current support for Parquet V2 in the vectorized reader uses a non-vectorized version of the above encoding and needs to be vectorized.

Does this PR introduce any user-facing change?

No

How was this patch tested?

Reproduces all the tests for the encodings from the Parquet implementation. Also adds more cases to the Parquet Encoding test suite.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants