GitHub user mariusvniekerk opened a pull request:
https://github.com/apache/avro/pull/270
AVRO-2014 Add support for custom streams for the DataFile interfaces.
Downstream consumers will still have to implement their own relevant
Input/Outputstream subclasses.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mariusvniekerk/avro
avrocpp-datafile-constructors
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/avro/pull/270.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #270
----
commit 1f9553a759d05b46e91e7380699b0c646fa21e86
Author: Marius Van Niekerk <[email protected]>
Date: 2017-12-19T15:01:44Z
AVRO-2014 Add support for custom streams for the DataFile interfaces.
Downstream consumers will still have to implement their own relevant
Input/Outputstream subclasses.
----
---