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

Hudson commented on PHOENIX-5580:
---------------------------------

FAILURE: Integrated in Jenkins build PreCommit-PHOENIX-Build #3811 (See 
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/3811/])
PHOENIX-5580 Wrong values seen when updating a view for a table that has 
(achouhan: rev 364b62c34547a3a4e4b5496e1e50eee1d6daa514)
* (edit) phoenix-protocol/src/main/ServerCachingService.proto
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/index/IndexMaintainer.java
* (edit) 
phoenix-core/src/it/java/org/apache/phoenix/end2end/index/MutableIndexIT.java
* (edit) 
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/generated/ServerCachingProtos.java


> 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.16.0
>
>         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