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

fix(sql-execute): failed to kill query #2259

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

yhilmare
Copy link
Contributor

@yhilmare yhilmare commented Apr 18, 2024

What type of PR is this?

type-bug

What this PR does / why we need it:

User will not kill query when he/she switch on the feature 'continue when sql executed failed' cause that the interrupt exception is also considered as an exception which is ignored.

I add an flag to indicate this situation

Which issue(s) this PR fixes:

Fixes #2252

Special notes for your reviewer:

Additional documentation e.g., usage docs, etc.:


@yhilmare yhilmare added the type-bug Something isn't working label Apr 18, 2024
@yhilmare yhilmare added this to the ODC 4.3.0 milestone Apr 18, 2024
@yhilmare yhilmare requested a review from yizhouxw April 18, 2024 12:23
@yhilmare yhilmare self-assigned this Apr 18, 2024
@yhilmare yhilmare requested a review from LuckyPickleZZ as a code owner April 18, 2024 12:23
@yhilmare yhilmare linked an issue Apr 18, 2024 that may be closed by this pull request
Copy link
Collaborator

@LuckyPickleZZ LuckyPickleZZ left a comment

Choose a reason for hiding this comment

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

lgtm

@yhilmare yhilmare merged commit 853dedc into dev/4.3.x Apr 19, 2024
11 checks passed
@yhilmare yhilmare deleted the fix/shanlu_failed_to_kill_query_43x branch April 19, 2024 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[Bug]: failed to stop a executing sql
2 participants