This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch adopt/sqllab-mutator-after-split
in repository https://gitbox.apache.org/repos/asf/superset.git
from c6bf4e65b69 fix(sqllab): mutate the whole query before splitting when
MUTATE_AFTER_SPLIT=False
add ef1ec529bc3 fix: cover MUTATE_AFTER_SPLIT branches, guard
empty/mismatched mutated statements
No new revisions were added by this update.
Summary of changes:
superset/sql/execution/celery_task.py | 25 ++++-
superset/sql_lab.py | 17 +++-
tests/unit_tests/models/core_test.py | 7 +-
tests/unit_tests/sql/execution/conftest.py | 4 +
tests/unit_tests/sql/execution/test_celery_task.py | 113 ++++++++++++++++++++-
tests/unit_tests/sql_lab_test.py | 43 +++++++-
6 files changed, 201 insertions(+), 8 deletions(-)