Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1084#discussion_r160485223 --- Diff: exec/java-exec/src/main/resources/rest/static/js/ace-code-editor/snippets/sql.js --- @@ -0,0 +1,46 @@ +/** + * Drill SQL Syntax Snippets + */ + +ace.define("ace/snippets/sql",["require","exports","module"], function(require, exports, module) { --- End diff -- +1 I did see this initially, but ignored it as I made progress. Guess I got trained to ignoring the contents in the end :) Will fix this.
---