[
https://issues.apache.org/jira/browse/AVRO-2870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17530283#comment-17530283
]
ASF subversion and git services commented on AVRO-2870:
-------------------------------------------------------
Commit 76e55d8775efb02b5248aadf0bd512b137b58443 in avro's branch
refs/heads/master from Andrew Onyshchuk
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=76e55d877 ]
AVRO-2870: Avoid throwing from destructor in DataFileWriterBase (#921)
Co-authored-by: Thiruvalluvan M G <[email protected]>
> 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
> Assignee: Andrew Onyshchuk
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> `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.20.7#820007)