[
https://issues.apache.org/jira/browse/HIVE-21768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16847434#comment-16847434
]
Hive QA commented on HIVE-21768:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12969589/HIVE-21768.3.patch
{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 5 failed/errored test(s), 16058 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[input_part7] (batchId=18)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[union_ppr] (batchId=21)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[optimize_nullscan]
(batchId=149)
org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver[union_ppr]
(batchId=120)
org.apache.hive.jdbc.authorization.TestJdbcWithSQLAuthUDFBlacklist.testBlackListedUdfUsage
(batchId=276)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/17291/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/17291/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-17291/
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: 5 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12969589 - PreCommit-HIVE-Build
> JDBC: Strip the default union prefix for un-enclosed UNION queries
> ------------------------------------------------------------------
>
> Key: HIVE-21768
> URL: https://issues.apache.org/jira/browse/HIVE-21768
> Project: Hive
> Issue Type: Bug
> Components: Logical Optimizer
> Affects Versions: 4.0.0, 3.1.1
> Reporter: Gopal V
> Assignee: Gopal V
> Priority: Major
> Attachments: HIVE-21768.1.patch, HIVE-21768.2.patch,
> HIVE-21768.3.patch
>
>
> {code}
> beeline> select 1 union all select 2;
> +----------+
> | _u1._c0 |
> +----------+
> | 2 |
> | 1 |
> +----------+
> {code}
> The _u1 is superfluous and harmful to result schema parsing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)