mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
fix(dashboard): Support bigint value in native filters (#32549)
(cherry picked from commit e7721a8c4d)
This commit is contained in:
committed by
Michael S. Molina
parent
bdb9f48044
commit
2f9edd3b0e
@@ -125,6 +125,6 @@ test('@superset-ui/plugin-chart-echarts-parsemethod-validation', () => {
|
||||
];
|
||||
|
||||
plugins.forEach(plugin => {
|
||||
expect(plugin.metadata.parseMethod).toEqual('json');
|
||||
expect(plugin.metadata.parseMethod).toEqual('json-bigint');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user