veluca93 commented on code in PR #6025:
URL: https://github.com/apache/arrow-rs/pull/6025#discussion_r1673752937
##########
parquet/src/arrow/array_reader/struct_array.rs:
##########
@@ -173,6 +173,7 @@ impl ArrayReader for StructArrayReader {
array_data_builder.null_bit_buffer(Some(bitmap_builder.into()));
}
+ // SAFETY: FIXME: document why this call is safe.
Review Comment:
Yep, that's what I assumed, but the method was a bit too long and I am not
familiar enough with the library to really figure out the details here...
--
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]