[
https://issues.apache.org/jira/browse/HIVE-22281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16945733#comment-16945733
]
Hive QA commented on HIVE-22281:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12982343/HIVE-22281.3.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 17235 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/18886/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/18886/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-18886/
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
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12982343 - 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, HIVE-22281.1.patch,
> HIVE-22281.2.patch, HIVE-22281.2.patch, HIVE-22281.2.patch,
> HIVE-22281.3.patch, HIVE-22281.3.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)