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 2021/06/23 02:42:33 UTC

[GitHub] [arrow-datafusion] artorias1024 opened a new issue #604: cannot find function `bitwise_bin_op_simd_helper` in this scope

artorias1024 opened a new issue #604:
URL: https://github.com/apache/arrow-datafusion/issues/604


   **Describe the bug**
   When I running the DataFusion Benchmarks and enable eatures `simd`
   ```
   artorias@artorias-ThinkPad-X1-Carbon-Gen-8:~/workspace-vscode/arrow-datafusion/benchmarks$ cargo run --release --features "simd mimalloc" --bin tpch -- benchmark datafusion --iterations 3 --path ./data --format tbl --query 1 --batch-size 4096
      Compiling arrow v4.3.0
   error[E0425]: cannot find function `bitwise_bin_op_simd_helper` in this scope
      --> /home/artorias/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/buffer/ops.rs:258:9
       |
   125 | / pub fn bitwise_bin_op_helper<F>(
   126 | |     left: &Buffer,
   127 | |     left_offset_in_bits: usize,
   128 | |     right: &Buffer,
   ...   |
   152 | |     buffer.into()
   153 | | }
       | |_- similarly named function `bitwise_bin_op_helper` defined here
   ...
   258 |           bitwise_bin_op_simd_helper(
       |           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a function with a similar name exists: `bitwise_bin_op_helper`
   
   error[E0425]: cannot find function `bitwise_bin_op_simd_helper` in this scope
      --> /home/artorias/.cargo/registry/src/github.com-1ecc6299db9ec823/arrow-4.3.0/src/buffer/ops.rs:369:9
   
   ```
   


-- 
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:
users@infra.apache.org



[GitHub] [arrow-datafusion] artorias1024 commented on issue #604: cannot find function `bitwise_bin_op_simd_helper` in this scope

Posted by GitBox <gi...@apache.org>.
artorias1024 commented on issue #604:
URL: https://github.com/apache/arrow-datafusion/issues/604#issuecomment-873761102


   > looks like a duplicate of [apache/arrow-rs#232](https://github.com/apache/arrow-rs/issues/232)
   It does seem to be the same problem, which has been bothering me for a long time  : (
   


-- 
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-datafusion] pkit commented on issue #604: cannot find function `bitwise_bin_op_simd_helper` in this scope

Posted by GitBox <gi...@apache.org>.
pkit commented on issue #604:
URL: https://github.com/apache/arrow-datafusion/issues/604#issuecomment-872231305


   looks like a duplicate of https://github.com/apache/arrow-rs/issues/232


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