You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Krisztian Kasa (Jira)" <ji...@apache.org> on 2019/10/02 11:30:00 UTC

[jira] [Assigned] (HIVE-22281) Create table statement fails with "not supported NULLS LAST for ORDER BY in ASC order"

     [ https://issues.apache.org/jira/browse/HIVE-22281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Krisztian Kasa reassigned HIVE-22281:
-------------------------------------


> 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
>
>
> {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)