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

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

wmatthews-google opened a new pull request #328: AVRO-2214 Support sync and 
seek in C++ DataFileReader
URL: https://github.com/apache/avro/pull/328
 
 
   

----------------------------------------------------------------
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:
us...@infra.apache.org


> Support sync and seek in C++ DataFileReader
> -------------------------------------------
>
>                 Key: AVRO-2214
>                 URL: https://issues.apache.org/jira/browse/AVRO-2214
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>    Affects Versions: 1.8.2
>            Reporter: William Matthews
>            Priority: Minor
>
> Java DataFileReader supports sync, seek, pastSync, etc. which allow parallel 
> reads of files, and reasonably efficient "tailing" of files. It would be 
> great if these were supported in C++ too.
> Also, I think this would serve as a bit of a workaround for 
> https://issues.apache.org/jira/browse/AVRO-2178 (stat a file & see if it has 
> grown, sync/seek, read, repeat).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to