You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Andrew Onyshchuk (Jira)" <ji...@apache.org> on 2020/06/24 21:13:00 UTC

[jira] [Updated] (AVRO-2870) DataFileWriterBase can throw in destructor

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

Andrew Onyshchuk updated AVRO-2870:
-----------------------------------
    Summary: DataFileWriterBase can throw in destructor  (was: DataFileWriterBase can throw in desctructor)

> DataFileWriterBase can throw in destructor
> ------------------------------------------
>
>                 Key: AVRO-2870
>                 URL: https://issues.apache.org/jira/browse/AVRO-2870
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: c++
>            Reporter: Andrew Onyshchuk
>            Priority: Minor
>
> `DataFileWriterBase::~DataFileWriterBase()` calls `DataFileWriterBase::close()`   which can throw when `outputStream` is a user supplied implementation e.g. network connection.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)