jp0317 opened a new issue, #7044: URL: https://github.com/apache/arrow-rs/issues/7044
**Describe the bug** There are some places in the Parquet codes (mostly in arrow interfaces, e.g., [here](https://github.com/apache/arrow-rs/blob/main/parquet/src/arrow/array_reader/list_array.rs#L227) and [here](https://github.com/apache/arrow-rs/blob/main/parquet/src/arrow/array_reader/primitive_array.rs#L182)) calling the [ArrowDataBuilder::build_unchecked](https://github.com/apache/arrow-rs/blob/main/arrow-data/src/data.rs#L1902-L1906) without clear safety comments. In particular, it is not straightforwardly clear that whether the inputs do form valid Arrow Array. **To Reproduce** n/a **Expected behavior** Calling unsafe functions should have clear safety comments **Additional context** -- 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]
