Browse Source

HUE-1224 [impala] Autocomplete broken

Fixed wrong autocomplete usage
Enrico Berti 12 năm trước cách đây
mục cha
commit
5ba7601544
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {