You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2020/04/03 21:40:00 UTC

[jira] [Created] (ARROW-8331) [C++] arrow-compute-filter-benchmark fails to compile

Wes McKinney created ARROW-8331:
-----------------------------------

             Summary: [C++] arrow-compute-filter-benchmark fails to compile
                 Key: ARROW-8331
                 URL: https://issues.apache.org/jira/browse/ARROW-8331
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++
            Reporter: Wes McKinney
             Fix For: 0.17.0


Are the benchmarks not being built in CI?

{code}
../src/arrow/compute/kernels/filter_benchmark.cc:45:18: error: no matching function for call to 'Filter'
    ABORT_NOT_OK(Filter(&ctx, Datum(array), Datum(filter), &out));
                 ^~~~~~
../src/arrow/testing/gtest_util.h:109:18: note: expanded from macro 'ABORT_NOT_OK'
    auto _res = (expr);                                             \
                 ^~~~
../src/arrow/compute/kernels/filter.h:65:8: note: candidate function not viable: requires 5 arguments, but 4 were provided
Status Filter(FunctionContext* ctx, const Datum& values, const Datum& filter,
       ^
../src/arrow/compute/kernels/filter_benchmark.cc:66:18: error: no matching function for call to 'Filter'
    ABORT_NOT_OK(Filter(&ctx, Datum(array), Datum(filter), &out));
                 ^~~~~~
../src/arrow/testing/gtest_util.h:109:18: note: expanded from macro 'ABORT_NOT_OK'
    auto _res = (expr);                                             \
                 ^~~~
../src/arrow/compute/kernels/filter.h:65:8: note: candidate function not viable: requires 5 arguments, but 4 were provided
Status Filter(FunctionContext* ctx, const Datum& values, const Datum& filter,
       ^
../src/arrow/compute/kernels/filter_benchmark.cc:90:18: error: no matching function for call to 'Filter'
    ABORT_NOT_OK(Filter(&ctx, Datum(array), Datum(filter), &out));
                 ^~~~~~
../src/arrow/testing/gtest_util.h:109:18: note: expanded from macro 'ABORT_NOT_OK'
    auto _res = (expr);                                             \
                 ^~~~
../src/arrow/compute/kernels/filter.h:65:8: note: candidate function not viable: requires 5 arguments, but 4 were provided
Status Filter(FunctionContext* ctx, const Datum& values, const Datum& filter,
       ^
3 errors generated.
{code}



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