shubhamtagra / infoschemaquerykiller

1 stars 2 forks source link

support for prestosql 332 #1

Open tooptoop4 opened 4 years ago

tooptoop4 commented 4 years ago

https://github.com/prestosql/presto/issues/3219#issuecomment-603514310 mentions this won't work anymore as eventlistener won't be able to kill the query.

any way forward?

shubhamtagra commented 4 years ago

We can try exploring submitting DELETE to server for the query. DELETE on v1/statement wont work as there is slug check there now. But DELETE on v1/query can work but might be tricky in system with access-controls set up