You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/10/18 07:50:00 UTC

[jira] [Updated] (ARROW-17858) [C++] Compilating warning in arrow/csv/parser.h

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

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

> [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
>              Labels: pull-request-available
>             Fix For: 10.0.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)