novemberkilo commented on a change in pull request #1477:
URL: https://github.com/apache/arrow-rs/pull/1477#discussion_r832875425



##########
File path: parquet/src/arrow/levels.rs
##########
@@ -1822,4 +1821,22 @@ mod tests {
         // filter_array_indices should return the same indices in this case.
         assert_eq!(level1.filter_array_indices(), 
level2.filter_array_indices());
     }
+
+    #[test]
+    fn test_filter_indices_for_lists() {

Review comment:
       I don't understand the machinery of levels so I don't know if I have 
made a nonsense test here or not. It passes ... but I don't know if that means 
anything yet. Does it seem sensible? // @viirya 




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