Ben Kietzman created ARROW-7303:
-----------------------------------
Summary: [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
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)