[ https://issues.apache.org/jira/browse/HIVE-23504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111690#comment-17111690 ]
Hive QA commented on HIVE-23504: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/13003396/HIVE-23504.01.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:green}SUCCESS:{color} +1 due to 17270 tests passed Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/22468/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/22468/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-22468/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase {noformat} This message is automatically generated. ATTACHMENT ID: 13003396 - PreCommit-HIVE-Build > Propagate query cancellations to druid when a hive query is cancelled > --------------------------------------------------------------------- > > Key: HIVE-23504 > URL: https://issues.apache.org/jira/browse/HIVE-23504 > Project: Hive > Issue Type: Bug > Components: Druid integration, Hive > Reporter: Miklos Gergely > Assignee: Miklos Gergely > Priority: Major > Attachments: HIVE-23504.01.patch > > > See Query cancellation here - > [https://druid.apache.org/docs/latest/querying/querying.html] > Queries can be cancelled explicitly using their unique identifier. If the > query identifier is set at the time of query, or is otherwise known, the > following endpoint can be used on the Broker or Router to cancel the query. > > {{DELETE /druid/v2/{queryId}}} > > Copy > For example, if the query ID is {{abc123}}, the query can be cancelled as > follows: > > {{curl -X DELETE "http://host:port/druid/v2/abc123"}} -- This message was sent by Atlassian Jira (v8.3.4#803005)