fix impala create table as select column bug

This commit is contained in:
HSunboy
2020-01-10 17:00:09 +08:00
parent 62aa00ebf1
commit 364dc5fcae
7 changed files with 4218 additions and 4201 deletions

View File

@ -560,8 +560,14 @@ PartitionedBy
| 'PARTITION' 'BY' HashClauses
| 'PARTITION' 'BY' HashClauses ',' RangeClause
| 'PARTITION' 'BY' RangeClause
| 'PARTITIONED' 'BY' '(' ColumnIdentifierList ')'
;
ColumnIdentifierList
: ColumnIdentifier ',' ColumnIdentifierList
| ColumnIdentifier
;
PartitionedBy_EDIT
: 'PARTITIONED' 'CURSOR'
{