vogievetsky commented on a change in pull request #9705: add joins to column 
tree menu
URL: https://github.com/apache/druid/pull/9705#discussion_r409260618
 
 

 ##########
 File path: web-console/lib/keywords.js
 ##########
 @@ -34,6 +34,10 @@ exports.SQL_KEYWORDS = [
   'DESC',
   'LIMIT',
   'UNION ALL',
+  'JOIN',
+  'LEFT',
+  'INNER',
+  'ON',
 
 Review comment:
   What about RIGHT? Are there any other keywords that are now supported that 
should go here?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to