You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "Dongjoon Hyun (Jira)" <ji...@apache.org> on 2021/08/11 00:32:00 UTC

[jira] [Updated] (ORC-886) Add an integration test for ORC Java tools

     [ https://issues.apache.org/jira/browse/ORC-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dongjoon Hyun updated ORC-886:
------------------------------
    Fix Version/s: 1.6.11

> 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
>            Assignee: William Hyun
>            Priority: Major
>             Fix For: 1.7.0, 1.8.0, 1.6.11
>
>
> 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)