dongjoon-hyun commented on code in PR #1816:
URL: https://github.com/apache/orc/pull/1816#discussion_r1502045007
##########
java/tools/src/java/org/apache/orc/tools/ColumnSizes.java:
##########
@@ -217,6 +227,11 @@ private static Options createOptions() {
.desc("Ignore ORC file extension")
.build());
+ result.addOption(Option.builder("s")
+ .longOpt("summary")
+ .desc("Summarize the number of files, file size, and number of file
lines")
Review Comment:
`file lines`? `Line` is not Apache ORC format. Maybe, did you want to say
`Rows`?
--
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]