[ https://issues.apache.org/jira/browse/HIVE-8872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14213260#comment-14213260 ]
Hive QA commented on HIVE-8872: ------------------------------- {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/12681586/HIVE-8872.2.patch {color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 6687 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_temp_table_windowing_expressions {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1796/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/1796/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-1796/ 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: 12681586 - PreCommit-HIVE-TRUNK-Build > Hive view of HBase range scan intermittently returns incorrect data. > -------------------------------------------------------------------- > > Key: HIVE-8872 > URL: https://issues.apache.org/jira/browse/HIVE-8872 > Project: Hive > Issue Type: Bug > Affects Versions: 0.13.1 > Reporter: Yongzhi Chen > Assignee: Yongzhi Chen > Attachments: HIVE-8872.1.patch, HIVE-8872.2.patch > > > This need running in cluster: > 1. Create a hive external table pointing to a hbase table. > 2. Create views to the hive table(for example 30 views), each view looks like > following with different range check: > CREATE VIEW hview_nn AS SELECT * FROM hivehbasetable WHERE (pk >='pk_nn_0' > AND pk <= pk_nn_A') > 3. Create same number of hive new tables as views. > 4. then runs several queries in parallel (30 threads): > INSERT OVERWRITE TABLE hivenewtable_nn SELECT * FROM hview_nn //nn is from > 01 to 30 > 5 After insert, check the hivenewtables, some values are not right. -- This message was sent by Atlassian JIRA (v6.3.4#6332)