Skip to content

Commit

Permalink
[sqls] Avoid JSON.bigdataParse is not a function on result display
Browse files Browse the repository at this point in the history
TypeError: JSON.bigdataParse is not a function
  • Loading branch information
romainr committed Jul 9, 2021
1 parent 7d016eb commit b534938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/core/src/desktop/js/catalog/api.ts
Expand Up @@ -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';

Expand Down

0 comments on commit b534938

Please sign in to comment.