boneanxs opened a new issue, #48691: URL: https://github.com/apache/arrow/issues/48691
### Describe the bug, including details regarding any error messages, version, and platform. `WriteArrowSerialize` could unconditionally read values from the Arrow array even for null rows. Since it's possible the caller could provided a zero-sized dummy buffer for all-null arrays, this caused an ASAN heap-buffer-overflow. ### Component(s) Parquet -- 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]
