Ver código fonte

[sqls] Avoid JSON.bigdataParse is not a function on result display

TypeError: JSON.bigdataParse is not a function
Romain Rigaux 4 anos atrás
pai
commit
b5349387ce
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      desktop/core/src/desktop/js/catalog/api.ts

+ 1 - 0
desktop/core/src/desktop/js/catalog/api.ts

@@ -35,6 +35,7 @@ import DataCatalogEntry, {
 } from 'catalog/DataCatalogEntry';
 import { Cluster, Compute, Connector, Namespace } from 'config/types';
 import { hueWindow } from 'types/types';
+import 'utils/json.bigDataParse';
 import sleep from 'utils/timing/sleep';
 import UUID from 'utils/string/UUID';