This is an automated email from the ASF dual-hosted git repository.
yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 7621010 feat(alert/report): add ALERTS_ATTACH_REPORTS feature flags +
feature (#13894)
add 4789074 fix(sqla-query): order by aggregations in Presto and Hive
(#13739)
No new revisions were added by this update.
Summary of changes:
superset/connectors/sqla/models.py | 130 ++++++++++++++++++++++++------------
superset/db_engine_specs/base.py | 38 ++++++-----
superset/db_engine_specs/hive.py | 3 +
superset/db_engine_specs/pinot.py | 10 +--
superset/db_engine_specs/presto.py | 1 +
superset/utils/core.py | 16 +++++
tests/conftest.py | 21 ++++--
tests/databases/commands_tests.py | 5 +-
tests/fixtures/query_context.py | 67 +++++++++++++++++--
tests/query_context_tests.py | 132 ++++++++++++++++++++++++++++---------
10 files changed, 315 insertions(+), 108 deletions(-)