[ https://issues.apache.org/jira/browse/HIVE-22281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16943114#comment-16943114 ]
Hive QA commented on HIVE-22281: -------------------------------- Here are the results of testing the latest attachment: https://issues.apache.org/jira/secure/attachment/12981974/HIVE-22281.1.patch {color:red}ERROR:{color} -1 due to no test(s) being added or modified. {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 17169 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.llap.cache.TestBuddyAllocator.testMTT[2] (batchId=363) {noformat} Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/18832/testReport Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18832/console Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18832/ Messages: {noformat} Executing org.apache.hive.ptest.execution.TestCheckPhase Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.YetusPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 1 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12981974 - PreCommit-HIVE-Build > 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 > > > {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)