[
https://issues.apache.org/jira/browse/AVRO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649706#comment-16649706
]
ASF subversion and git services commented on AVRO-2014:
-------------------------------------------------------
Commit 563e79d0f2d64b64d5407f1c3b8b579b91f6446d in avro's branch
refs/heads/master from Thiruvalluvan M G
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=563e79d ]
Merge pull request #270 from mariusvniekerk/avrocpp-datafile-constructors
AVRO-2014 Add support for custom streams for the DataFile interfaces.
> C++ DataFile support custom stream
> ----------------------------------
>
> Key: AVRO-2014
> URL: https://issues.apache.org/jira/browse/AVRO-2014
> Project: Avro
> Issue Type: Improvement
> Components: c++
> Reporter: Zoyo Pei
> Priority: Major
>
> It is recommended that C++ DataFile support custom stream. E.g,
> DataFileWriter(OutputStream *stream, ...);
> So we can write into hdfs like this
> auto writer = new DataFileWriter<T>(new HDFSOutputStream(...), ...);
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)