bogdanstate commented on issue #23659: URL: https://github.com/apache/superset/issues/23659#issuecomment-1589070070
I am running into the same issue w/ Superset 2.0.1rc4. I am able to reproduce the problem *only* by running the following Trino query: ``` FROM (SELECT 1) SELECT 1 ``` If I change the order of the FROM / SELECT or use no parentheses the bug goes away. The problem is that no SQL containing subqueries seems to run (at least in Trino). -- 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]
