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

feat: document & streamline flight SQL CLI #4912

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

crepererum
Copy link
Contributor

Which issue does this PR close?

-

Rationale for this change

Make flight SQL CLI usable by more people.

What changes are included in this PR?

  • add docs to README
  • add a few more clap features
  • document arguments
  • unify key-value parsing for headers and parameters

Are there any user-facing changes?

Yep, it's all better.

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Oct 10, 2023
@crepererum crepererum force-pushed the crepererum/flight_client_log_docs branch from 1f24245 to 24bd618 Compare October 10, 2023 08:55
- add docs to README
- add a few more clap features
- document arguments
- unify key-value parsing for headers and parameters
@crepererum crepererum force-pushed the crepererum/flight_client_log_docs branch from 24bd618 to 48fa79d Compare October 10, 2023 09:03
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried out the instructions and ran this against IOx internally. Very nice 👌 thank you @crepererum

headers: Vec<KeyValue<String, String>>,
/// Can be given multiple times. Headers and values are separated by '='.
///
/// Example: `-H foo=bar -H baz=42`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@alamb alamb merged commit 4aabd2c into apache:master Oct 10, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants