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

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

     [ https://issues.apache.org/jira/browse/ARROW-8331?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-8331:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Assignee: Wes McKinney
>            Priority: Major
>              Labels: pull-request-available
>             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)