alamb commented on code in PR #1555:
URL: https://github.com/apache/arrow-rs/pull/1555#discussion_r851262306


##########
parquet/src/encodings/rle.rs:
##########
@@ -743,6 +753,42 @@ mod tests {
         }
     }
 
+    #[test]
+    fn test_truncated_rle() {

Review Comment:
   FWIW this test times out without the code in this PR 👍  which is a good sign 
to me that it covers the issue
   
   ```
   test encodings::rle::tests::test_truncated_rle has been running for over 60 
seconds
   ```
   
   (I also tried removing each of the two cases -- dict and non dict and the 
test hung in both)



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