Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PARQUET-1534: [parquet-cli] Argument error: Illegal character in opaque part at index 2 on Windows #627

Merged
merged 3 commits into from
May 27, 2019

Commits on Feb 21, 2019

  1. PARQUET-1534: [parquet-cli] Argument error: Illegal character in opaq…

    …ue part at index 2 on Windows
    
    Calling BaseCommand#qualifiedURI with Windows file path,  java.net.URI.create throws IllegalArgumentException and the command execution is aborted.
    masayuki038 committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    89945d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. PARQUET-1534: [parquet-cli] Add simple tests for each command

    Add Assume#assumeFalse because org.apache.hadoop.fs.Path.initialize throws java.lang.IllegalArgumentException  when called it with a windows file path on Linux.
    masayuki038 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    7e3e881 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2019

  1. PARQUET-1534: [parquet-cli] Argument error: Illegal character in opaq…

    …ue part at index 2 on Windows
    
    Clarify on which OS the tests are supposed to work.
    masayuki038 committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    822fb5d View commit details
    Browse the repository at this point in the history