[
https://issues.apache.org/jira/browse/HIVE-17921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16601994#comment-16601994
]
Hive QA commented on HIVE-17921:
--------------------------------
Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12938111/HIVE-17921.patch
{color:red}ERROR:{color} -1 due to no test(s) being added or modified.
{color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 14920 tests
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[acid_vectorization_original]
(batchId=178)
org.apache.hive.jdbc.TestJdbcWithMiniLlapArrow.testComplexQuery (batchId=251)
{noformat}
Test results:
https://builds.apache.org/job/PreCommit-HIVE-Build/13566/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/13566/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-13566/
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: 12938111 - PreCommit-HIVE-Build
> Aggregation with struct in LLAP produces wrong result
> -----------------------------------------------------
>
> Key: HIVE-17921
> URL: https://issues.apache.org/jira/browse/HIVE-17921
> Project: Hive
> Issue Type: Sub-task
> Components: llap, Transactions
> Affects Versions: 3.0.0
> Reporter: Eugene Koifman
> Assignee: Saurabh Seth
> Priority: Blocker
> Attachments: HIVE-17921.patch
>
>
> Consider
> {noformat}
> select ROW__ID, count(*) from over10k_orc_bucketed group by ROW__ID having
> count(*) > 1;
> {noformat}
> in acid_vectorization_original.q (available since HIVE-17458)
> when run using TestMiniLlapCliDriver produces "NULL, N" where N varies from
> run to run.
> The right answer is empty results set as can be seen by running
> {noformat}
> select ROW__ID, * from over10k_orc_bucketed where ROW__ID is null
> {noformat}
> in the same test.
> This is with
> {noformat}
> set hive.vectorized.execution.enabled=true;
> set hive.vectorized.row.identifier.enabled=true;
> {noformat}
> It fails with TestMiniLlapCliDriver but not TestMiniTezCliDriver. See
> acid_vectorization_original_tez.q which has identical query.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)