This is an automated email from the ASF dual-hosted git repository.
craigrueda pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from ebc9380 fix: pybabel extract fails (#14338)
add 2a1235c fix: Cleanup serialization and hashing code (#14317)
No new revisions were added by this update.
Summary of changes:
superset/common/query_object.py | 12 +----
superset/db_engine_specs/base.py | 4 +-
superset/db_engine_specs/bigquery.py | 6 +--
superset/models/dashboard.py | 3 +-
superset/models/slice.py | 3 +-
superset/utils/cache.py | 11 +---
superset/utils/core.py | 8 +--
superset/utils/hashing.py | 14 ++++--
tests/utils/hashing_tests.py | 97 ++++++++++++++++++++++++++++++++++++
tests/utils_tests.py | 4 +-
10 files changed, 124 insertions(+), 38 deletions(-)
create mode 100644 tests/utils/hashing_tests.py