浏览代码

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

Johan Ahlen 9 年之前
父节点
当前提交
00507fee1f
共有 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);