dongjoon-hyun commented on a change in pull request #967: URL: https://github.com/apache/orc/pull/967#discussion_r760387466
########## File path: java/tools/src/java/org/apache/orc/tools/convert/CsvReader.java ########## @@ -372,4 +370,15 @@ Converter buildConverter(IntWritable startOffset, TypeDescription schema) { throw new IllegalArgumentException("Unhandled type " + schema); } } + + public static void main(String[] args) { Review comment: Could you remove this please? -- 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-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org