[
https://issues.apache.org/jira/browse/AVRO-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stu Hood updated AVRO-757:
--------------------------
Attachment: 0002-Expose-Header-for-use-in-DataFileReader-and-test-usage.txt
0001-Move-header-state-into-a-Header-object.txt
> the Handle fields should not be public, but private, perhaps with accessor
> methods.
They are currently package protected... I don't think we can do any better than
that though, because there are other members of the package that need access.
I can add accessors that are also package protected?
> the Handle constructor should be private or package-private, not protected,
> since it
> should not appear in javadoc.
Done.
> can we call it a Header instead of a Handle, to be consistent with the spec?
Done.
Thanks Doug!
> Allow a DataFile to be reopened without reading the head
> --------------------------------------------------------
>
> Key: AVRO-757
> URL: https://issues.apache.org/jira/browse/AVRO-757
> Project: Avro
> Issue Type: New Feature
> Components: java
> Reporter: Stu Hood
> Assignee: Stu Hood
> Labels: file
> Fix For: 1.5.0
>
> Attachments: 0001-Move-header-state-into-a-Header-object.txt,
> 0002-Expose-Header-for-use-in-DataFileReader-and-test-usage.txt
>
>
> It is useful to be able to re-open a file without needing to seek to the head
> of the stream to collect metadata and schema that you've read before.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira