dongjoon-hyun commented on code in PR #1722:
URL: https://github.com/apache/orc/pull/1722#discussion_r1442481106
##########
java/tools/src/java/org/apache/orc/tools/RowCount.java:
##########
@@ -54,7 +69,22 @@ public static void main(Configuration conf, String[] args)
throws IOException {
System.exit(bad == 0 ? 0 : 1);
}
- public static void main(String[] args) throws IOException {
+ public static void main(String[] args) throws Exception {
main(new Configuration(), args);
}
+
+ private static Options createOptions() {
+ Options result = new Options();
+
+ result.addOption(Option.builder()
+ .longOpt("ignoreExtension")
Review Comment:
Like `FileDump.java`, please use 4-space indentation for this pattern.
--
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]