You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SETTINGS placement in EXPLAIN output based on SettingsAfterFormat
When SETTINGS comes before FORMAT in a query, it should be output
inside SelectQuery. When SETTINGS comes after FORMAT, it should be
output at the SelectWithUnionQuery level.
This fixes ~58 tests that had incorrect SETTINGS placement in their
EXPLAIN AST output.
0 commit comments