joechenrh opened a new pull request, #217:
URL: https://github.com/apache/arrow-go/pull/217

   ### Rationale for this change
   
   After looking into the code, I found that `footerOffset` is mainly used in 
parsing the meta data of parquet file.
   
   I think we can store it in `FileMetaData`, so we don't need to get 
`footerOffset` again when we use `WithMetadata`. 
   
   ### What changes are included in this PR?
   
   Move `Reader.footerOffset` into `FileMetadata`
   
   ### Are these changes tested?
   
   
   ### Are there any user-facing changes?
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to