Commit cbc4d68
Handle UUID clause in CREATE MATERIALIZED VIEW
The parser was not handling the UUID clause in CREATE MATERIALIZED VIEW
statements, causing the rest of the statement to be skipped. Added UUID
handling similar to how CREATE TABLE handles it.
Fixes:
- 00510_materizlized_view_and_deduplication_zookeeper stmt9, stmt10
- 00609_mv_index_in_in stmt7
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 660438e commit cbc4d68
File tree
4 files changed
+19
-11
lines changed- .claude
- parser
- testdata
- 00510_materizlized_view_and_deduplication_zookeeper
- 00609_mv_index_in_in
4 files changed
+19
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2761 | 2761 | | |
2762 | 2762 | | |
2763 | 2763 | | |
| 2764 | + | |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
| 2769 | + | |
| 2770 | + | |
| 2771 | + | |
| 2772 | + | |
2764 | 2773 | | |
2765 | 2774 | | |
2766 | 2775 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments