You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "bogdanstate (via GitHub)" <gi...@apache.org> on 2023/06/13 10:59:37 UTC

[GitHub] [superset] bogdanstate commented on issue #23659: Superset cannot execute query

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org