You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-48112: [C++][Parquet] Use more accurate data length estimate when decoding PLAIN BYTE_ARRAY data (#48113)
### Rationale for this change
Avoid reserving too many data bytes when decoding a PLAIN BYTE_ARRAY Parquet column as Arrow Binary or LargeBinary.
### Are these changes tested?
By existing tests.
### Are there any user-facing changes?
No.
* GitHub Issue: #48112
Authored-by: Antoine Pitrou <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
0 commit comments