fix impala create table as select column bug
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -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'
|
||||
{
|
||||
|
Reference in New Issue
Block a user