瀏覽代碼

HUE-1224 [impala] Autocomplete broken

Fixed wrong autocomplete usage
Enrico Berti 12 年之前
父節點
當前提交
5ba7601
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/beeswax/src/beeswax/templates/execute.mako

+ 1 - 1
apps/beeswax/src/beeswax/templates/execute.mako

@@ -781,7 +781,7 @@ ${layout.menubar(section='query')}
               }
               else {
                 CodeMirror.tableFieldMagic = true;
-                CodeMirror.showHint(cm, CodeMirror.hiveQLHint);
+                CodeMirror.showHint(cm, AUTOCOMPLETE_SET);
               }
             }
             else {