[ 
https://issues.apache.org/jira/browse/HIVE-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14260411#comment-14260411
 ] 

Hive QA commented on HIVE-8181:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12689360/HIVE-8181.1.patch

{color:red}ERROR:{color} -1 due to 7 failed/errored test(s), 6722 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_bitmap_and
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_bitmap_empty
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_udf_bitmap_or
org.apache.hadoop.hive.cli.TestMiniTezCliDriver.testCliDriver_optimize_nullscan
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_index_bitmap3
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_index_bitmap_auto
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_list_bucket_dml_10
{noformat}

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2210/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2210/console
Test logs: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2210/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 7 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12689360 - PreCommit-HIVE-TRUNK-Build

> Upgrade JavaEWAH version to allow for unsorted bitset creation
> --------------------------------------------------------------
>
>                 Key: HIVE-8181
>                 URL: https://issues.apache.org/jira/browse/HIVE-8181
>             Project: Hive
>          Issue Type: Bug
>          Components: UDF
>    Affects Versions: 0.14.0, 0.13.1
>            Reporter: Gopal V
>            Assignee: Gopal V
>         Attachments: HIVE-8181.1.patch
>
>
> JavaEWAH has removed the restriction that bitsets can only be set in order in 
> the latest release. 
> Currently the use of {{ewah_bitmap}} UDAF requires a {{SORT BY}}.
> {code}
> Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: 
> java.lang.RuntimeException: Can't set bits out of order with 
> EWAHCompressedBitmap
>         at 
> org.apache.hadoop.hive.ql.exec.GroupByOperator.processOp(GroupByOperator.java:824)
>         at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474)
>         at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
>         at 
> org.apache.hadoop.hive.ql.exec.SelectOperator.processOp(SelectOperator.java:84)
>         at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474)
>         at org.apache.hadoop.hive.ql.exec.Operator.forward(Operator.java:800)
>         at 
> org.apache.hadoop.hive.ql.exec.ExtractOperator.processOp(ExtractOperator.java:45)
>         at org.apache.hadoop.hive.ql.exec.Operator.process(Operator.java:474)
>         at 
> org.apache.hadoop.hive.ql.exec.ExecReducer.reduce(ExecReducer.java:249)
>         ... 7 more
> Caused by: java.lang.RuntimeException: Can't set bits out of order with 
> EWAHCompressedBitmap
>         at 
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to