Skip to content

Suppress output of cancelled queries in clickhouse-client #9473#11342

Merged
alexey-milovidov merged 1 commit intomasterfrom
suppress-output-of-cancelled-query
Jun 1, 2020
Merged

Suppress output of cancelled queries in clickhouse-client #9473#11342
alexey-milovidov merged 1 commit intomasterfrom
suppress-output-of-cancelled-query

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Suppress output of cancelled queries in clickhouse-client. In previous versions result may continue to print in terminal even after you press Ctrl+C to cancel query. This closes #9473.

Detailed description:
No test will be provided for this improvement.

@blinkov blinkov added the pr-improvement Pull request with some product improvements label Jun 1, 2020
@alexey-milovidov alexey-milovidov self-assigned this Jun 1, 2020
@alexey-milovidov alexey-milovidov merged commit 4b06d09 into master Jun 1, 2020
@alexey-milovidov alexey-milovidov deleted the suppress-output-of-cancelled-query branch June 1, 2020 23:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-docs-needed pr-improvement Pull request with some product improvements usability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Double press on Ctrl+C should always terminate the client.

3 participants