john-bodley commented on pull request #15403: URL: https://github.com/apache/superset/pull/15403#issuecomment-884334938
@koszti at Airbnb we predominantly use Presto (where only the [system connector](https://prestodb.io/docs/current/connector/system.html) is able to kill queries) and though the new behavior is more reflective of what's actually happening, i.e., the query isn't stopped it does result in a subtle UX "regression". Specifically users have to wait for the query to complete before attempting to run another query, whereas previously hitting `STOP` would free up the UI (even though the query was actually never stopped). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
