[
https://issues.apache.org/jira/browse/HIVE-20714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16644298#comment-16644298
]
Hive QA commented on HIVE-20714:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12942909/HIVE-20714.1.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 15063 tests
executed
*Failed tests:*
{noformat}
TestMiniDruidCliDriver - did not produce a TEST-*.xml file (likely timed out)
(batchId=194)
[druidmini_dynamic_partition.q,druidmini_test_ts.q,druidmini_expressions.q,druidmini_test_alter.q,druidmini_test_insert.q]
org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testKillQuery (batchId=252)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/14337/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/14337/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-14337/
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: 2 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12942909 - PreCommit-HIVE-Build
> SHOW tblproperties for a single property returns the value in the name column
> -----------------------------------------------------------------------------
>
> Key: HIVE-20714
> URL: https://issues.apache.org/jira/browse/HIVE-20714
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Jaume M
> Assignee: Jaume M
> Priority: Major
> Attachments: HIVE-20714.1.patch
>
>
> show tblproperties default.tmpfoo("bar") returns:
> {code}
> +------------+-------------+
> | prpt_name | prpt_value |
> +------------+-------------+
> | bar value | NULL |
> +------------+-------------+
> {code}
> It should return
> {code}
> +------------+-------------+
> | prpt_name | prpt_value |
> +------------+-------------+
> | bar | bar value |
> +------------+-------------+
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)