You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/15 13:16:17 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #1555: fix infinite loop in not fully packed bit-packed runs

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org