[
https://issues.apache.org/jira/browse/AVRO-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114001#comment-17114001
]
Hudson commented on AVRO-2753:
------------------------------
FAILURE: Integrated in Jenkins build AvroJava #883 (See
[https://builds.apache.org/job/AvroJava/883/])
AVRO-2753: Add leaveOpen optional flag (dan:
[https://github.com/apache/avro/commit/13405739ccf0ac3b10d3ac66c6d2cc87ddfac3a2])
* (edit) lang/csharp/src/apache/main/File/DataFileWriter.cs
* (edit) lang/csharp/src/apache/main/File/DataFileReader.cs
* (edit) lang/csharp/src/apache/main/GlobalSuppressions.cs
* (edit) lang/csharp/src/apache/test/File/FileTests.cs
> Add leaveOpen option to DataFileReader and Writer to keep Stream open
> ---------------------------------------------------------------------
>
> Key: AVRO-2753
> URL: https://issues.apache.org/jira/browse/AVRO-2753
> Project: Apache Avro
> Issue Type: Improvement
> Reporter: Zoltan Csizmadia
> Assignee: Zoltan Csizmadia
> Priority: Minor
> Fix For: 1.10.0
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> # If a stream is used to open DataFileReader or DataFileWriter, an optional
> leaveOpen (default=false) should exist as an additional argument to flag the
> object not to close and dispose the stream when the reader/writer object is
> disposed.
> # The stream objects are not disposed (only closed) as of now, leaving the
> reader and writer objects not disposed.
>
> leaveOpen follows the Stream pattern which used in other Stream related
> areas. This can be useful if streams are chained together, e.g.
> Compressor/decompressor streams chained together with Avro reader/writer
> objects.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)