cxzl25 opened a new pull request, #1825: URL: https://github.com/apache/orc/pull/1825
### What changes were proposed in this pull request? This PR aims to avoid `System.exit(0)` in `count` command. ### Why are the changes needed? https://github.com/apache/orc/pull/1817#discussion_r1503572991 `System.exit(0)` is not conducive to testing, especially in Java17 and above. Without `System.exit(0)`, the program can exit normally. ### How was this patch tested? local test ### Was this patch authored or co-authored using generative AI tooling? No -- 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]
