askoa commented on code in PR #3553:
URL: https://github.com/apache/arrow-rs/pull/3553#discussion_r1084479929
##########
arrow-data/src/data.rs:
##########
@@ -1446,6 +1493,40 @@ impl ArrayData {
})
}
+ /// Validates that each value in run_ends array is positive and strictly
increasing.
+ fn check_run_ends<T>(&self) -> Result<(), ArrowError>
Review Comment:
I did not notice the issue unresolved until now. I added the validation.
--
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]