alamb commented on issue #159:
URL: https://github.com/apache/arrow-rs/issues/159#issuecomment-826804654


   Comment from Andrew Lamb(alamb) @ 2020-12-24T13:24:32.210+0000:
   <pre>FYI [[email protected]]
   
   When  tried running with some of the code from 
https://github.com/apache/arrow/pull/8948 (a previous attempt to figure out 
what is going on here) the problem still happens on my machine: 
   
   {code}
   (arrow_dev) alamb@MacBook-Pro:~/Software/arrow/rust$ git cherry-pick 
16051b53cd3a1eebdba7a50356ee49585b69e152
   
   (arrow_dev) alamb@MacBook-Pro:~/Software/arrow/rust$ bash 
~/Documents/loop.sh 2>& 1 | tee /tmp/loop.log | grep panic
   thread 'encodings::encoding::tests::test_bool' panicked at 'Invalid byte 
when reading bool', parquet/src/util/bit_util.rs:73:18
      0: std::panicking::begin_panic
                at 
/Users/alamb/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/src/rust/library/std/src/panicking.rs:505
   {code}
   
   When I picked the second commit from that PR the problem still happens
   
   {code}
   (arrow_dev) alamb@MacBook-Pro:~/Software/arrow/rust$ git cherry-pick 
04f680e121eed9fe524f60b91faa5e7b64fa9921
   
   (arrow_dev) alamb@MacBook-Pro:~/Software/arrow/rust$ git cherry-pick 
04f680e121eed9fe524f60b91faa5e7b64fa9921
   [master 870ff05f9] [Rust][Hack] Replace murmur2-64a with wyhash
    Author: Greg Bowyer <[email protected]>
    Date: Wed Dec 16 17:13:24 2020 -0800
    2 files changed, 3 insertions(+), 2 deletions(-)
   (arrow_dev) alamb@MacBook-Pro:~/Software/arrow/rust$ bash 
~/Documents/loop.sh 2>& 1 | tee /tmp/loop.log | grep panic
   thread 'encodings::encoding::tests::test_bool' panicked at 'assertion 
failed: `(left == right)`
                at 
/rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/panicking.rs:483
      1: std::panicking::begin_panic_fmt
                at 
/rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/panicking.rs:437
   thread 'encodings::encoding::tests::test_bool' panicked at 'assertion 
failed: `(left == right)`
                at 
/rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/panicking.rs:483
      1: std::panicking::begin_panic_fmt
                at 
/rustc/7eac88abb2e57e752f3302f02be5f3ce3d7adfb4/library/std/src/panicking.rs:437
   ^C
   {code}</pre>


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to