apache / parquet-java

Apache Parquet Java
https://parquet.apache.org/
Apache License 2.0
2.65k stars 1.41k forks source link

GH-3013: Fix potential ClassCastException at reading DELTA_BYTE_ARRAY encoding #3019

Closed gszadovszky closed 1 month ago

gszadovszky commented 1 month ago

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

Closes #3013

gszadovszky commented 1 month ago

@wgtmac, if you have some time, could you check this, so we can release it in the next minor one.

bwjoh commented 1 month ago

Thanks for fixing quickly @gszadovszky! I set time aside this week to fix it but you beat me to it. I verified it fixes the issue I came across.

gszadovszky commented 1 month ago

Thanks for the verification, @bwjoh. I just fixed it to be included into the release.