This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6bb13ef3b4 fix(pinot): dialect date truncation (#35420)
add 51396f0b94 fix(pinot): `DATE_ADD` function (#35424)
add 6420d06fc0 fix(slice): Fix using isdigit when id passed as int (#35452)
add 4c60bd1392 fix(pinot): `DATE_SUB` function (#35426)
add efbfcd737d fix(pinot): `SUBSTR` function (#35427)
add 61bf39f0d5 fix(dataset): sort by database in Dataset and Saved queries
Issue (#35277)
add b47dc64cd5 fix(dashboard): exit markdown edit mode when clicking
outside of element (#35336)
add e0e8d1d177 fix(pinot): more functions (#35451)
No new revisions were added by this update.
Summary of changes:
.../TableCollection/TableCollection.test.tsx | 36 +-
.../src/components/TableCollection/index.tsx | 7 +-
.../gridComponents/Markdown/Markdown.jsx | 9 +
.../gridComponents/Markdown/Markdown.test.jsx | 82 ++++-
.../components/menu/WithPopoverMenu.test.jsx | 80 ++++-
.../dashboard/components/menu/WithPopoverMenu.tsx | 55 ++-
superset/models/slice.py | 4 +-
superset/sql/dialects/pinot.py | 64 ++++
superset/sql/parse.py | 18 +-
tests/unit_tests/models/slice_test.py | 1 +
tests/unit_tests/sql/dialects/pinot_tests.py | 383 ++++++++++++++++++++-
11 files changed, 700 insertions(+), 39 deletions(-)