omalley opened a new pull request #904:
URL: https://github.com/apache/orc/pull/904


   
   ### What changes were proposed in this pull request?
   
   I add a string to the file footer that records the version that wrote the 
file. We already had recorded the implementation that wrote the file as 
Footer.writer. I added a method that combines these two fields in the reader to 
produce a user facing string that describes the software version.
   
   I also add a field to the meta data tool to show the version that wrote the 
file.
   
   Because of that change and the fact that the files change size based on 
whether the ORC version is a snapshot or not, I had to extend the tests for 
TestFileDump to allow some slop for the size and to ignore the file version.
   
   ### How was this patch tested?
   
   It passes the unit tests after I updated the tools tests.


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