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 04b1ccd647 fix: annotations on horizontal bar chart (#31308)
     new 91fe814981 fix(pinot): remove query aliases from SELECT and ORDER BY 
clauses in Pinot (#31341)
     new 2774adfe29 fix: pass string to `process_template` (#31329)
     new bfa868ac08 fix(AllEntitiesTable): show Tags (#31301)
     new b40a819377 fix(histogram): axis margin padding consistent with other 
graphs (#31335)
     new da4d911891 fix(Pivot Table): Fix column width to respect currency 
config (#31414)

The 5 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:
 .../src/Histogram/controlPanel.tsx                 |  24 +---
 .../src/PivotTableChart.tsx                        |   1 +
 .../features/allEntities/AllEntitiesTable.test.tsx | 131 +++++++++++++++++++++
 .../src/features/allEntities/AllEntitiesTable.tsx  |   6 +-
 superset/db_engine_specs/pinot.py                  |   3 +
 superset/sql_parse.py                              |   7 +-
 tests/unit_tests/sql_parse_tests.py                |  27 ++++-
 7 files changed, 171 insertions(+), 28 deletions(-)
 create mode 100644 
superset-frontend/src/features/allEntities/AllEntitiesTable.test.tsx

Reply via email to