Search before asking
Version
2.0.2+
What's Wrong?
Rest interface shows Killed Query state as finished, instead of Cancelled.
What You Expected?
Cancelled query should list as Cancelled and not finished
How to Reproduce?
Execute a long running query.
from another session kill this query
and then check its status.
GET http://localhost:8088/api/query_detail
select * from queries();
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct