You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/08/10 03:16:40 UTC

[GitHub] [orc] williamhyun opened a new pull request #843: ORC-929: Fix NaN error at orc-tools meta command

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-unsubscribe@orc.apache.org

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



[GitHub] [orc] dongjoon-hyun commented on pull request #843: ORC-929: Fix NaN error at orc-tools meta command

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #843:
URL: https://github.com/apache/orc/pull/843#issuecomment-896400879


   I landed this to branch-1.6, too.


-- 
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-unsubscribe@orc.apache.org

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



[GitHub] [orc] dongjoon-hyun merged pull request #843: ORC-929: Fix NaN error at orc-tools meta command

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun merged pull request #843:
URL: https://github.com/apache/orc/pull/843


   


-- 
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-unsubscribe@orc.apache.org

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