dongjoon-hyun commented on a change in pull request #506:
URL: https://github.com/apache/orc/pull/506#discussion_r421284102



##########
File path: java/tools/src/java/org/apache/orc/tools/Driver.java
##########
@@ -116,6 +116,8 @@ public static void main(String[] args) throws Exception {
       ConvertTool.main(conf, options.commandArgs);
     } else if ("key".equals(options.command)) {
       KeyTool.main(conf, options.commandArgs);
+    } else if ("count".equals(options.command)) {

Review comment:
       Could you add a description for `count` command after line 95?




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

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


Reply via email to