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

Hadoop QA commented on PHOENIX-5580:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  
http://issues.apache.org/jira/secure/attachment/13002024/PHOENIX-5580.master.v1.patch
  against master branch at commit 490c18d7fe59b2199d4d3aacf350c8c2e393c258.
  ATTACHMENT ID: 13002024

    {color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new 
or modified tests.

    {color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase 
the total number of release audit warnings.

    {color:green}+1 lineLengths{color}.  The patch does not introduce lines 
longer than 100

     {color:red}-1 core tests{color}.  The patch failed these unit tests:
     
./phoenix-core/target/failsafe-reports/TEST-org.apache.phoenix.end2end.index.ViewIndexIT

Test results: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3809//testReport/
Console output: 
https://builds.apache.org/job/PreCommit-PHOENIX-Build/3809//console

This message is automatically generated.

> Wrong values seen when updating a view for a table that has an index
> --------------------------------------------------------------------
>
>                 Key: PHOENIX-5580
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-5580
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 4.15.0, 4.14.1, 4.14.3
>            Reporter: Swaroopa Kadam
>            Assignee: Sandeep Guggilam
>            Priority: Major
>              Labels: indexing, phoenix-hardening
>             Fix For: 5.1.0, 4.15.1
>
>         Attachments: PHOENIX-5580.4.x.v1.patch, PHOENIX-5580.4.x.v2.patch, 
> PHOENIX-5580.4.x.v3.patch, PHOENIX-5580.master.v1.patch
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> {code:sql}
> CREATE TABLE IF NOT EXISTS TEST (ID INTEGER NOT NULL PRIMARY KEY, HOST 
> VARCHAR(10));
> CREATE INDEX I ON TEST(HOST);
> -- create updatable view (equality condition in where clause)
>  CREATE VIEW V1 (col1 INTEGER) AS SELECT * FROM TEST WHERE ID=15;
>  UPSERT INTO V1(ID, HOST, col1) VALUES (15, 'this', 7);
> SELECT * FROM TEST;
> -- Wrong results, but correct results when using the NO_INDEX hint
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to