소스 검색

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