You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Micah Kornfield (JIRA)" <ji...@apache.org> on 2019/06/27 08:35:00 UTC

[jira] [Assigned] (ARROW-5754) [C++]Missing override for ~GrpcStreamWriter?

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

Micah Kornfield reassigned ARROW-5754:
--------------------------------------

    Assignee: Kenta Murata

> [C++]Missing override for ~GrpcStreamWriter?
> --------------------------------------------
>
>                 Key: ARROW-5754
>                 URL: https://issues.apache.org/jira/browse/ARROW-5754
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++
>            Reporter: Kenta Murata
>            Assignee: Kenta Murata
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.14.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> I encountered the following compile error:
> {noformat}
> ../src/arrow/flight/client.cc:244:3: error: '~GrpcStreamWriter' overrides a destructor but is not marked 'override' [-Werror,-Winconsistent-missing-destructor-override]
>   ~GrpcStreamWriter() = default;
>   ^
> ../src/arrow/flight/client.h:86:27: note: overridden virtual function is here
> class ARROW_FLIGHT_EXPORT FlightStreamWriter : public ipc::RecordBatchWriter {
>                           ^
> {noformat}
> Putting override modifier can resolve this problem.
>  I'll make a pull-request for the change.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)