You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jörn Horstmann (Jira)" <ji...@apache.org> on 2020/12/20 14:23:00 UTC

[jira] [Created] (ARROW-10991) [Rust]: Valgrind warnings in filter kernel

Jörn Horstmann created ARROW-10991:
--------------------------------------

             Summary: [Rust]: Valgrind warnings in filter kernel
                 Key: ARROW-10991
                 URL: https://issues.apache.org/jira/browse/ARROW-10991
             Project: Apache Arrow
          Issue Type: Bug
          Components: Rust
            Reporter: Jörn Horstmann


{code}
==42927== Conditional jump or move depends on uninitialised value(s)
==42927==    at 0x384DE0: arrow::compute::kernels::filter::FilterContext::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x396394: arrow::compute::kernels::filter::filter (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
==42927==    by 0x34B786: core::ops::function::FnOnce::call_once (in /home/jhorstmann/Source/github/apache/arrow/rust/target/release/deps/arrow-421088df9db9800e)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)