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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to