This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from da4d911891 fix(Pivot Table): Fix column width to respect currency
config (#31414)
new 4f436d4512 fix: parse pandas pivot null values (#29898)
new 41246c7c1f fix(sqllab): unable to update saved queries (#31639)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset-frontend/src/SqlLab/actions/sqlLab.js | 1 +
.../src/SqlLab/actions/sqlLab.test.js | 109 ++++
superset/charts/post_processing.py | 28 +-
tests/unit_tests/charts/test_post_processing.py | 624 ++++++++++++++++++---
4 files changed, 682 insertions(+), 80 deletions(-)