Commit 75354e3
Handle PARTITION ID syntax in APPLY DELETED MASK command
Add check for PARTITION ID 'value' syntax when parsing ALTER TABLE
APPLY DELETED MASK IN PARTITION clause. This sets the PartitionIsID flag
so the explain output correctly shows Partition_ID instead of Partition.
Fixes test: 03743_fix_estimator_crash/stmt6
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 03c44b0 commit 75354e3
File tree
2 files changed
+6
-5
lines changed- parser
- testdata/03743_fix_estimator_crash
2 files changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5974 | 5974 | | |
5975 | 5975 | | |
5976 | 5976 | | |
| 5977 | + | |
| 5978 | + | |
| 5979 | + | |
| 5980 | + | |
| 5981 | + | |
5977 | 5982 | | |
5978 | 5983 | | |
5979 | 5984 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
0 commit comments