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:10:00 UTC

[jira] [Created] (AVRO-2870) DataFileWriterBase can throw in desctuctor

Andrew Onyshchuk created AVRO-2870:
--------------------------------------

             Summary: DataFileWriterBase can throw in desctuctor
                 Key: AVRO-2870
                 URL: https://issues.apache.org/jira/browse/AVRO-2870
             Project: Apache Avro
          Issue Type: Bug
          Components: c++
            Reporter: Andrew Onyshchuk


`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)