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 2019/12/03 19:48:00 UTC

[jira] [Updated] (ARROW-7303) [C++] Refactor benchmarks to use new Result APIs

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

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

> [C++] Refactor benchmarks to use new Result APIs
> ------------------------------------------------
>
>                 Key: ARROW-7303
>                 URL: https://issues.apache.org/jira/browse/ARROW-7303
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>    Affects Versions: 0.15.1
>            Reporter: Ben Kietzman
>            Assignee: Ben Kietzman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.0.0
>
>
> When building benchmarks, I get the following error:
> {code}
> ../src/arrow/csv/converter_benchmark.cc:83:64: error: too many arguments to function call, expected 2, have 3
>     ABORT_NOT_OK(converter->Convert(parser, 0 /* col_index */, &result));
> {code}
> This was introduced by ARROW-7236. I guess the CI didn't catch it because we don't currently build benchmarks? [~apitrou] [~kszucs]



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