You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/04/25 16:56:53 UTC

[GitHub] [incubator-superset] john-bodley commented on issue #7374: [fix] Fixing SQL parsing issue

john-bodley commented on issue #7374: [fix] Fixing SQL parsing issue
URL: https://github.com/apache/incubator-superset/pull/7374#issuecomment-486754082
 
 
   @mistercrunch I added a test for the specific problem. It's somewhat of a corner case but a user was using a SQL keyword as an alias within a multi `WITH` statement and so for a statement of the form `..., <keyword> AS ...` the `<keyword> ` is a `Token` (where the `ttype` is `Token.Keyword`) rather than a `TokenList`.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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