This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
dependabot/npm_and_yarn/superset-frontend/typescript-6.0.3
in repository https://gitbox.apache.org/repos/asf/superset.git
from fb73f2ad0b0 chore(deps-dev): bump typescript in /superset-frontend
add 3363b481807 fix(spark): register Spark SQLAlchemy dialect so spark://
URIs resolve to SparkEngineSpec (#38299)
add 39ad6b200fb docs(update): fix typos in UPDATING.md (#40068)
add 2392c8e624a fix(Select): fix Russian translations for Select (#35751)
add 74451057355 fix(explore): explain disabled chart overwrite option
(#39796)
add fd394afef75 Merge branch 'master' into
dependabot/npm_and_yarn/superset-frontend/typescript-6.0.3
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 8 +-
.../src/components/Select/Select.tsx | 6 +-
.../src/explore/components/SaveModal.test.tsx | 29 ++++++-
.../src/explore/components/SaveModal.tsx | 17 +++-
superset/db_engine_specs/spark.py | 6 +-
tests/unit_tests/sql/test_spark_dialect.py | 94 ++++++++++++++++++++++
6 files changed, 150 insertions(+), 10 deletions(-)
create mode 100644 tests/unit_tests/sql/test_spark_dialect.py