emilk commented on code in PR #10755:
URL: https://github.com/apache/arrow-rs/pull/10755#discussion_r3813429783
##########
arrow-array/src/array/run_array.rs:
##########
@@ -147,6 +147,11 @@ impl<R: RunEndIndexType> RunArray<R> {
/// # Safety
///
/// Safe if [`Self::try_new`] would not error
+ ///
+ /// # Panics
+ ///
+ /// With the `force_validate` feature enabled, panics if `data_type`,
`run_ends`
Review Comment:
not sure if we should document this.
The `force_validate` feature has no docs in `arrow-array/Cargo.toml` nor in
`arrow-array/src/lib.rs`, so I don't know what it is for.
--
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]