Generate PARTITIONED BY SQL for partitioned tables.
Expressions not yet supported.
This commit is contained in:
parent
61f90668d8
commit
2c899bd799
8 changed files with 243 additions and 41 deletions
8
releasenotes/notes/partition-by-414aefaf17009287.yaml
Normal file
8
releasenotes/notes/partition-by-414aefaf17009287.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
features:
|
||||
- |
|
||||
Limited support generating SQL for partitioned tables. It should be able to
|
||||
generate SQL for list, hash and range partitioning involving columns only.
|
||||
issues:
|
||||
- |
|
||||
It can yet generate correct SQL for a table partitioned by an expression.
|
||||
Loading…
Add table
Add a link
Reference in a new issue