Commit 90ff84d
Add REMOVE TTL support for ALTER TABLE
Parse ALTER TABLE ... REMOVE TTL command and output the correct
REMOVE_TTL command type in EXPLAIN output.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 98e6e8e commit 90ff84d
File tree
4 files changed
+7
-10
lines changed- ast
- parser
- testdata
- 01493_alter_remove_properties_zookeeper
- 01493_alter_remove_properties
4 files changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| 681 | + | |
681 | 682 | | |
682 | 683 | | |
683 | 684 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5729 | 5729 | | |
5730 | 5730 | | |
5731 | 5731 | | |
| 5732 | + | |
| 5733 | + | |
| 5734 | + | |
| 5735 | + | |
5732 | 5736 | | |
5733 | 5737 | | |
5734 | 5738 | | |
| |||
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 1 | + | |
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