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
Add PARALLEL WITH statement chaining and fix EXISTS TABLE explain format
- Add PARALLEL token to lexer keywords
- Add ParallelWithQuery AST node for chaining statements with PARALLEL WITH
- Add parseParallelWith in parser to handle statement chaining
- Fix table expression alias handling to not consume PARALLEL when followed by WITH
- Fix ExistsTableQuery explain output to match ClickHouse format (space alignment for missing database)
Tests fixed:
- 03305_parallel_with (all statements)
- 03604_parallel_with_query_lock (all statements)
- 01048_exists_query (all statements)
- 00101_materialized_views_and_insert_without_explicit_database (exists-related)
- 01073_attach_if_not_exists
0 commit comments