[
https://issues.apache.org/jira/browse/AVRO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16649705#comment-16649705
]
ASF subversion and git services commented on AVRO-2014:
-------------------------------------------------------
Commit 1f9553a759d05b46e91e7380699b0c646fa21e86 in avro's branch
refs/heads/master from [~mariusvniekerk]
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=1f9553a ]
AVRO-2014 Add support for custom streams for the DataFile interfaces.
Downstream consumers will still have to implement their own relevant
Input/Outputstream subclasses.
> 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)