pitrou commented on code in PR #47667:
URL: https://github.com/apache/arrow/pull/47667#discussion_r2413913265
##########
cpp/src/parquet/decoder.cc:
##########
@@ -178,6 +178,9 @@ struct ArrowBinaryHelper<ByteArrayType, ArrowBinaryType> {
Status AppendValue(const uint8_t* data, int32_t length,
std::optional<int64_t> estimated_remaining_data_length =
{}) {
+ if (ARROW_PREDICT_FALSE(data == nullptr)) {
Review Comment:
Have you investigated this @mapleFU ?
--
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]