[
https://issues.apache.org/jira/browse/HIVE-21681?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16834870#comment-16834870
]
Hive QA commented on HIVE-21681:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12968054/HIVE-21681.1.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:green}SUCCESS:{color} +1 due to 15982 tests passed
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/17154/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17154/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17154/
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: 12968054 - PreCommit-HIVE-Build
> Describe formatted shows incorrect information for multiple primary keys
> ------------------------------------------------------------------------
>
> Key: HIVE-21681
> URL: https://issues.apache.org/jira/browse/HIVE-21681
> Project: Hive
> Issue Type: Bug
> Reporter: Adam Szita
> Assignee: Adam Szita
> Priority: Minor
> Attachments: HIVE-21681.0.patch, HIVE-21681.1.patch
>
>
> In tables with primary key spanning across multiple columns 'describe
> formatted' shows a maximum of two column names only: In the ASCII art table
> of 3 columns it will show:
> {{Column name|p1|p2}}
> Example queries:
> {code:java}
> CREATE TABLE test (
> p1 string,
> p2 string,
> p3 string,
> c0 int,
> PRIMARY KEY(p1,p2,p3) DISABLE NOVALIDATE
> );
> describe formatted test;{code}
> I propose we fix this so that primary key columns get listed one-by-one in
> separate rows, somewhat like how foreign keys are listed too.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)