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 FETCH PARTITION support and fix PARTITION ALL child count
- Add AlterFetchPartition and AlterMovePartition types to AST
- Add FromPath field to AlterCommand for FETCH PARTITION FROM
- Implement FETCH PARTITION parsing in parseAlterCommand
- Fix children count for PARTITION ALL (now counts as 1 child)
- Add explain support for FETCH_PARTITION and MOVE_PARTITION
Fixes stmt42 in 00753_alter_attach and other FETCH PARTITION tests.
0 commit comments