haimingOu opened a new issue, #20950: URL: https://github.com/apache/superset/issues/20950
A clear and concise description of what the bug is. I am currently having a problem: Stop button for queries doesn't work in SQL Lab when I use SQL Lab with impala engine. #### How to reproduce the bug 1.Run any query in SQL Lab with impala-thriftserver as backend processing engine. 2.Press STOP button on the UI. 3.Check the query engine, the query will still be running. You will still get the results on front end when the query finishes. ### Expected results The query should be killed on the query processing engine. ### Actual results Query keeps running on the processing engine. You will still get the results on the front end when the query finishes. #### Screenshots  ### Environment browser type and version: Chrome/Firefox superset version: latest python version: 3.8 ### Checklist Make sure to follow these steps before submitting your issue - thank you! [√] I have checked the superset logs for python stacktraces and included it here as text if there are any. [√] I have reproduced the issue with at least the latest released version of superset. [√] I have checked the issue tracker for the same issue and I haven't found one similar. -- 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]
