v.1.1.54378New Feature
Handling Query Cancellation in Client Responses
When a query is stopped byKILL QUERYorreplace_running_query, the client receives theQuery was canceledexception instead of an incomplete result.
Why it matters
This feature ensures that when queries are forcibly stopped, users are explicitly informed that the query was canceled. It prevents confusion caused by receiving incomplete or partial results, improving clarity and reliability in query execution feedback.How to use it
When a query is terminated usingKILL QUERY or the replace_running_query mechanism, the client will automatically receive the Query was canceled exception. No additional configuration is needed to enable this behavior.