Dongjoon Hyun created ORC-886: --------------------------------- Summary: Add an integration test for ORC Java tools Key: ORC-886 URL: https://issues.apache.org/jira/browse/ORC-886 Project: ORC Issue Type: Test Components: Java Affects Versions: 1.8.0 Reporter: Dongjoon Hyun
ORC Java tools is broken time-to-time. It would be great if we can have an integration test to prevent it from CI level. {code} $ java -jar orc-tools... ORC Java Tools usage: java -jar orc-tools-*.jar [--help] [--define X=Y] <command> <args> Commands: version - print the version of this ORC tool meta - print the metadata about the ORC file data - print the data from the ORC file scan - scan the ORC file convert - convert CSV and JSON files to ORC json-schema - scan JSON files to determine their schema key - print information about the keys To get more help, provide -h to the command {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)