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

Thiruvalluvan M. G. commented on AVRO-1182:
-------------------------------------------

Daniel,

It appears that you have attached the entire C++ source tree as the patch. Is 
it possible to submit just the differences?

You can generate patches using something like this at top level:

{{svn diff > AVRO-1182.patch}}

or

{{git diff > AVRO-1182.patch}}

depending on if you work with svn or git

You can apply the patch using:

{{patch -p0 < AVRO-1182.patch}}


                
> DataFileReader missing seek, sync methods
> -----------------------------------------
>
>                 Key: AVRO-1182
>                 URL: https://issues.apache.org/jira/browse/AVRO-1182
>             Project: Avro
>          Issue Type: Improvement
>          Components: c++
>    Affects Versions: 1.7.3
>            Reporter: Daniel Russel
>         Attachments: add_seek
>
>
> The DataFileReader is missing the seek and sync methods that are found in the 
> java version making it hard to navigate a file except in a linear fashion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to