Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

upgrade to clap 3.0 #797

Merged
merged 2 commits into from
Feb 3, 2022
Merged

Conversation

jimexist
Copy link
Contributor

@jimexist jimexist commented Feb 3, 2022

arrow-parquet-integration-testing

USAGE:
    arrow-parquet-integration-testing [OPTIONS] --json <JSON> --output <WRITE_PATH> --compression <COMPRESSION>

OPTIONS:
    -c, --compression <COMPRESSION>
            [possible values: zstd, snappy, uncompressed]

    -e, --encoding-utf8 <ENCODING_UTF8>
            encoding scheme for utf8 [default: plain] [possible values: plain, delta]

    -h, --help
            Print help information

    -j, --json <JSON>
            Path to JSON file

    -o, --output <WRITE_PATH>
            Path to write parquet file

    -p, --projection <PROJECTION>
            commas separated projection

    -v, --version <VERSION>
            Parquet version [default: 2] [possible values: 1, 2]

@codecov
Copy link

codecov bot commented Feb 3, 2022

Codecov Report

Merging #797 (5ed8b68) into main (777f375) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #797   +/-   ##
=======================================
  Coverage   71.50%   71.50%           
=======================================
  Files         321      321           
  Lines       16739    16739           
=======================================
  Hits        11970    11970           
  Misses       4769     4769           
Impacted Files Coverage Δ
src/bitmap/utils/slice_iterator.rs 91.04% <0.00%> (-1.50%) ⬇️
src/io/parquet/read/nested_utils.rs 78.43% <0.00%> (+0.98%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 777f375...5ed8b68. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit e6478c9 into jorgecarleitao:main Feb 3, 2022
@jorgecarleitao
Copy link
Owner

Thanks @jimexist !

@jorgecarleitao jorgecarleitao added the testing PRs that only increase coverage label Feb 3, 2022
@jimexist jimexist deleted the upgrade-clap branch February 3, 2022 16:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
testing PRs that only increase coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants