Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.15.1
Description
When building benchmarks, I get the following error:
../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));
This was introduced by ARROW-7236. I guess the CI didn't catch it because we don't currently build benchmarks? apitrou kszucs
Attachments
Issue Links
- links to