vogievetsky opened a new pull request #9897:
URL: https://github.com/apache/druid/pull/9897


   Fixes an issue that if you enter the query `SELECT +3` into the query view 
the console crashes into an unrecoverable state. (Hilariously a refresh would 
not help as it the query is saved).
   
   Note if you try it, you can recover by opening the JS console and entering 
`localStorage.clear()`
   
   There are two issues here:
   
   1. The parser does not parse `SELECT +3` correctly
   2. The console has a missing check where an invalid output from the parser 
is not cough and gets way to far in the logic.


----------------------------------------------------------------
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]



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

Reply via email to