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

Hive QA commented on HIVE-3617:
-------------------------------



{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/12623853/HIVE-3617.3.patch.txt

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 4943 tests executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.ql.metadata.TestHiveRemote.testTable
{noformat}

Test results: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/960/testReport
Console output: 
http://bigtop01.cloudera.org:8080/job/PreCommit-HIVE-Build/960/console

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: 1 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12623853

> Predicates pushed down to hbase is not handled properly when constant part is 
> shown first
> -----------------------------------------------------------------------------------------
>
>                 Key: HIVE-3617
>                 URL: https://issues.apache.org/jira/browse/HIVE-3617
>             Project: Hive
>          Issue Type: Bug
>          Components: HBase Handler
>            Reporter: Navis
>            Assignee: Navis
>            Priority: Minor
>         Attachments: HIVE-3617.3.patch.txt
>
>
> Test result could not show the difference because predicates pushed down are 
> not removed currently(HIVE-2897). So I added log message(scan.toMap()) and 
> checked the output.
> with query
> select * from hbase_ppd_keyrange where key > 8 and key < 21;
> timeRange=[0, 9223372036854775807], batch=-1, startRow=\x00\x00\x00\x08\x00, 
> stopRow=\x00\x00\x00\x15, ...
> but with query
> select * from hbase_ppd_keyrange where 8 < key and key < 21;
> timeRange=[0, 9223372036854775807], batch=-1, startRow=, 
> stopRow=\x00\x00\x00\x15, ...



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to