askoa commented on code in PR #3553:
URL: https://github.com/apache/arrow-rs/pull/3553#discussion_r1083508124


##########
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:
   The length of values array is the same as length of run_ends array. The 
suggested check is not valid.



-- 
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]

Reply via email to