parthchandra opened a new pull request #35262: URL: https://github.com/apache/spark/pull/35262
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
