[ 
https://issues.apache.org/jira/browse/AVRO-2014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565530#comment-16565530
 ] 

ASF GitHub Bot commented on AVRO-2014:
--------------------------------------

thiru-apache commented on issue #270: AVRO-2014 Add support for custom streams 
for the DataFile interfaces.
URL: https://github.com/apache/avro/pull/270#issuecomment-409623910
 
 
   @mariusvniekerk What is your Jira id? I'll assign the ticket to you.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> 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)

Reply via email to