Skip to content
Snippets Groups Projects
Unverified Commit 4f433842 authored by qingxinhome's avatar qingxinhome Committed by GitHub
Browse files

Support partition by (#4667)

The DDL statement supports the partition by clause. The partition types include:
RANGE Partitioning,
LIST Partitioning,
COLUMNS Partitioning,
RANGE COLUMNS partitioning,
LIST COLUMNS partitioning,
HASH Partitioning,
KEY Partitioning,

The construction of the partition sentence and the semantic check coding have been completed, but the partition information of DDL is not synchronized to the metadata table. Subsequently, the metadata table related to the partition will be added and the partition information will be displayed when show create table is supported, Issue#4749

Approved by: @daviszhen, @zhangxu19830126, @fengttt, @aunjgr, @iamlinjunhong, @ouyuanning, @aressu1985, @nnsgmsone
parent b26a5975
No related branches found
No related tags found
No related merge requests found
Showing
with 6492 additions and 3000 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment