kszucs commented on code in PR #9450:
URL: https://github.com/apache/arrow-rs/pull/9450#discussion_r2939999538
##########
parquet/src/arrow/arrow_writer/levels.rs:
##########
@@ -2096,4 +2141,140 @@ mod tests {
let v = Arc::new(array) as ArrayRef;
LevelInfoBuilder::try_new(field, Default::default(), &v).unwrap()
}
+
+ #[test]
+ fn test_slice_for_chunk_flat() {
+ // Required field (no levels): array [1..=6], slice values 2..5
Review Comment:
Added some inline comments.
--
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]