-
Notifications
You must be signed in to change notification settings - Fork 139
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
Call updateState when query is cancelled #3139
Call updateState when query is cancelled #3139
Conversation
Signed-off-by: Tomoyuki Morita <[email protected]>
Signed-off-by: Tomoyuki Morita <[email protected]>
54228d6
to
f593d04
Compare
It makes me feel like this PR is a short term solution, is it an urgent change or we can go with longer term approach #3140? |
Yes, this is short term, but it does not have side effect. #3140 require much more effort and we don't have bandwidth right now. |
* Call updateState when query is cancelled Signed-off-by: Tomoyuki Morita <[email protected]> * Fix code style Signed-off-by: Tomoyuki Morita <[email protected]> --------- Signed-off-by: Tomoyuki Morita <[email protected]> (cherry picked from commit 5716cab) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Call updateState when query is cancelled * Fix code style --------- (cherry picked from commit 5716cab) Signed-off-by: Tomoyuki Morita <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Related Issues
#3140 (This PR does not solve this issue)
Check List
--signoff
.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.