[ 
https://issues.apache.org/jira/browse/HIVE-22281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943298#comment-16943298
 ] 

Jesus Camacho Rodriguez commented on HIVE-22281:
------------------------------------------------

+1 (pending tests)

> Create table statement fails with "not supported NULLS LAST for ORDER BY in 
> ASC order"
> --------------------------------------------------------------------------------------
>
>                 Key: HIVE-22281
>                 URL: https://issues.apache.org/jira/browse/HIVE-22281
>             Project: Hive
>          Issue Type: Bug
>          Components: Parser
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22281.1.patch, HIVE-22281.1.patch
>
>
> {code}
> CREATE TABLE table_core2c4ywq7yjx (     k1 STRING,     f1 STRING,     
> sequence_num BIGINT,     create_bsk BIGINT,     change_bsk BIGINT,     
> op_code STRING ) PARTITIONED BY (run_id BIGINT) CLUSTERED BY (k1) SORTED BY 
> (k1, change_bsk, sequence_num) INTO 4 BUCKETS STORED AS ORC
> {code}
> {code}
> Error while compiling statement: FAILED: SemanticException create/alter 
> table: not supported NULLS LAST for ORDER BY in ASC order
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to