You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2022/10/26 17:36:00 UTC

[jira] [Resolved] (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 ]

Antoine Pitrou resolved ARROW-17858.
------------------------------------
    Resolution: Fixed

Issue resolved by pull request 14445
[https://github.com/apache/arrow/pull/14445]

> [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: 11.0.0
>
>          Time Spent: 1h 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)