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/02/10 07:42:01 UTC

[GitHub] [arrow-rs] nevi-me opened a new issue #1294: Test failure: bit_chunk_iterator

nevi-me opened a new issue #1294:
URL: https://github.com/apache/arrow-rs/issues/1294


   **Describe the bug**
   The `test_unaligned_bit_chunk_iterator()` test fails to run on aarch64 because of an assertion `assert!(ALIGNMENT > 64)`.  There are several platforms that support 64-bit or lower alignment, and this assertion will also fail on them.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   Run arrow tests with arm, aarch64 or other platform with a lower alignment than the assertion
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   Not sure of what the implication of > 64 alignment is, as I haven't been following the codebase
   
   **Additional context**
   Add any other context about the problem here.
   
   Here's the alignment for aarch64 https://github.com/apache/arrow-rs/blob/master/arrow/src/alloc/alignment.rs#L119. CC @tustvold from #1228


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



[GitHub] [arrow-rs] tustvold edited a comment on issue #1294: Test failure: bit_chunk_iterator

Posted by GitBox <gi...@apache.org>.
tustvold edited a comment on issue #1294:
URL: https://github.com/apache/arrow-rs/issues/1294#issuecomment-1034629795


   IIRC this will just impact the correctness of the test and not the code, but I'll take a look and get a fix in. Thanks for reporting :+1:


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



[GitHub] [arrow-rs] tustvold commented on issue #1294: Test failure: bit_chunk_iterator

Posted by GitBox <gi...@apache.org>.
tustvold commented on issue #1294:
URL: https://github.com/apache/arrow-rs/issues/1294#issuecomment-1034629795


   IIRC this will just impact the correctness of the test and not the code, but I'll take a look. Thanks for reporting :+1:


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



[GitHub] [arrow-rs] alamb closed issue #1294: Test failure: bit_chunk_iterator

Posted by GitBox <gi...@apache.org>.
alamb closed issue #1294:
URL: https://github.com/apache/arrow-rs/issues/1294


   


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