Commit e471e45
Handle PARTITION ID syntax in UPDATE mutation commands
- Parse PARTITION ID 'value' syntax in ALTER UPDATE
- Handle both InExpr mis-parse fix path and direct IN PARTITION path
- Add Partition_ID output handling for AlterUpdate explain
Fixes 02399_merge_tree_mutate_in_partition/stmt8
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent a26db45 commit e471e45
3 files changed
Lines changed: 21 additions & 6 deletions
File tree
- internal/explain
- parser
- testdata/02399_merge_tree_mutate_in_partition
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1885 | 1885 | | |
1886 | 1886 | | |
1887 | 1887 | | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
1888 | 1897 | | |
1889 | 1898 | | |
1890 | 1899 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6053 | 6053 | | |
6054 | 6054 | | |
6055 | 6055 | | |
6056 | | - | |
| 6056 | + | |
| 6057 | + | |
| 6058 | + | |
| 6059 | + | |
| 6060 | + | |
| 6061 | + | |
6057 | 6062 | | |
6058 | 6063 | | |
6059 | 6064 | | |
| |||
6062 | 6067 | | |
6063 | 6068 | | |
6064 | 6069 | | |
| 6070 | + | |
| 6071 | + | |
| 6072 | + | |
| 6073 | + | |
| 6074 | + | |
6065 | 6075 | | |
6066 | 6076 | | |
6067 | 6077 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments