Github user kkhatua commented on a diff in the pull request:
https://github.com/apache/drill/pull/1205#discussion_r180564452
--- Diff: exec/java-exec/src/main/resources/rest/query/query.ftl ---
@@ -21,11 +21,12 @@
<script src="/static/js/ace-code-editor/ext-language_tools.js"
type="text/javascript" charset="utf-8"></script>
<script src="/static/js/ace-code-editor/theme-sqlserver.js"
type="text/javascript" charset="utf-8"></script>
<script src="/static/js/ace-code-editor/snippets/sql.js"
type="text/javascript" charset="utf-8"></script>
- <script src="/static/js/ace-code-editor/mode-snippets.js"
type="text/javascript" charset="utf-8"></script>
+ <script src="/static/js/ace-code-editor/mode-snippets.js"
type="text/javascript" charset="utf-8"></script>
--- End diff --
There seems to be an unprintable character you might have accidentally
introduced, and should be removed
---