williamhyun opened a new pull request #843:
URL: https://github.com/apache/orc/pull/843


   ### What changes were proposed in this pull request?
   This PR aims to fix NaN error at orc-tools `meta` command. 
   
   
   ### Why are the changes needed?
   To fix invalid output
   ```
   $ orc-tools meta zero.orc 2> /dev/null | grep Padding
   Padding length: 0 bytes
   Padding ratio: �%
   ```
   
   
   ### How was this patch tested?
   Manual. 
   
   ```
   $ java -jar tools/target/orc-tools-1.8.0-SNAPSHOT-uber.jar meta 
../examples/zero.orc
   ```
   
   


-- 
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: dev-unsubscr...@orc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to