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

Align query cancellation with JDBC driver #328

Merged

Conversation

mdesmet
Copy link
Contributor

@mdesmet mdesmet commented Jan 19, 2023

Description

Align query cancellation with JDBC driver

Non-technical explanation

Release notes

(x) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
( ) Release notes are required, with the following suggested text:

Copy link
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

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

Thanks for catching this. This also simplifies things a bit.

For reference of future readers see DELETE on https://trino.io/docs/current/develop/client-protocol.html#http-methods.

@hashhar
Copy link
Member

hashhar commented Jan 20, 2023

I'd just reword commit to say "Fix query cancellation to correctly follow the protocol" since the client indeed didn't follow the documented protocol.

@hovaesco
Copy link
Member

It addresses #289

@mdesmet mdesmet force-pushed the bug/align-cancellation-with-jdbc-driver branch from e1c293f to 6a9ea9c Compare January 24, 2023 15:06
@mdesmet
Copy link
Contributor Author

mdesmet commented Jan 24, 2023

@hashhar : PTAL

@hashhar hashhar merged commit bd4e6e0 into trinodb:master Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

4 participants