Pārlūkot izejas kodu

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

Johan Ahlen 9 gadi atpakaļ
vecāks
revīzija
00507fee1f

+ 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);