Files
superset2/tests/unit_tests/sql
rusackas 3265f42418 test(sql): cover mysql/snowflake in SHOW-statement FORCE_LIMIT regression test
Parametrize the regression test over engines whose sqlglot dialect
parses SHOW into a real exp.Show node (starrocks, mysql, snowflake),
not just starrocks, since the fix guards on AST node type rather than
dialect and any of these engines is equally exposed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-29 18:29:14 -07:00
..