Krisztian Kasa created HIVE-22281: ------------------------------------- Summary: 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 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)