You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replacing the library should be relatively easy as in most places we use our own wrapper (utils.json_dumps /utils.json_loads), so we need to update in a single place.
I remember that simplejson supports the ignore_nan option which I think the built in one didn't.
Problem:
Results:
Redash uses simplejson, which is very slow
Solution:
Use another library to serialize and deserialize json
The text was updated successfully, but these errors were encountered: