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 927c94306e feat: sqlglot dialect for Pinot (#35333)
add 8d49999af6 fix: adhoc orderby in explore (#35342)
add 94d10af733 fix(pinot): restrict types in dialect (#35337)
No new revisions were added by this update.
Summary of changes:
superset/connectors/sqla/models.py | 26 +--
superset/models/helpers.py | 65 +++++--
superset/sql/dialects/pinot.py | 54 ++++++
tests/unit_tests/models/helpers_test.py | 242 +++++++++++++++++++++++++++
tests/unit_tests/sql/dialects/pinot_tests.py | 75 +++++++++
5 files changed, 441 insertions(+), 21 deletions(-)