Antoine Pitrou created ARROW-17858:
--------------------------------------
Summary: [C++] Compilating warning in arrow/csv/parser.h
Key: ARROW-17858
URL: https://issues.apache.org/jira/browse/ARROW-17858
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Antoine Pitrou
Just got this locally:
{code}
[141/584] Building CXX object
src/arrow/CMakeFiles/arrow_objlib.dir/csv/converter.cc.o
In file included from /home/antoine/arrow/dev/cpp/src/arrow/csv/converter.cc:32:
/home/antoine/arrow/dev/cpp/src/arrow/csv/parser.h: In member function
'arrow::Status
arrow::csv::detail::DataBatch::DecorateWithRowNumber(arrow::Status&&, int64_t,
int32_t) const':
/home/antoine/arrow/dev/cpp/src/arrow/csv/parser.h:124:3: warning: control
reaches end of non-void function [-Wreturn-type]
124 | }
| ^
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)