[
https://issues.apache.org/jira/browse/DRILL-6420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476549#comment-16476549
]
ASF GitHub Bot commented on DRILL-6420:
---------------------------------------
kkhatua commented on a change in pull request #1261: DRILL-6420: Add Lateral
and Unnest Keyword for highlighting on WebUI
URL: https://github.com/apache/drill/pull/1261#discussion_r188453900
##########
File path:
exec/java-exec/src/main/resources/rest/static/js/ace-code-editor/mode-sql.js
##########
@@ -15,11 +15,11 @@ var SqlHighlightRules = function() {
//Covered: https://drill.apache.org/docs/supported-sql-commands/
var keywords = (
"select|insert|update|delete|from|where|and|or|group|by|order|limit|offset|having|as|case|"
+
-
"when|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|key|if|"
+
+
"when|else|end|type|left|right|join|on|outer|desc|asc|union|create|table|key|if|lateral|apply|unnest|"
+
Review comment:
LGTM.
+1
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Add Lateral and Unnest Keyword for highlighting on WebUI
> --------------------------------------------------------
>
> Key: DRILL-6420
> URL: https://issues.apache.org/jira/browse/DRILL-6420
> Project: Apache Drill
> Issue Type: Task
> Reporter: Sorabh Hamirwasia
> Assignee: Sorabh Hamirwasia
> Priority: Major
> Fix For: 1.14.0
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)