瀏覽代碼

HUE-3369 [metastore] Sample icons in table list does not display anything

Johan Ahlen 9 年之前
父節點
當前提交
00507fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/assist/tableStats.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/assist/tableStats.js

@@ -43,7 +43,7 @@
     self.sourceType = options.sourceType;
     self.database = options.databaseName;
     self.table = options.tableName;
-    self.column = options.columnName;
+    self.column = options.columnName || null;
     self.assistHelper = options.assistHelper;
     self.type = options.type;
     self.isComplexType = /^(map|array|struct)/i.test(options.type);