[
https://issues.apache.org/jira/browse/ARROW-17858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sanjiban Sengupta reassigned ARROW-17858:
-----------------------------------------
Assignee: Sanjiban Sengupta
> [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
> Assignee: Sanjiban Sengupta
> Priority: Trivial
> Fix For: 10.0.0
>
>
> 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)