[teiid-issues] [JBoss JIRA] (TEIID-5888) Infinispan translator returns wrong update count in some circumstances

Steven Hawkins (Jira) issues at jboss.org
Wed Jan 29 16:52:20 EST 2020


    [ https://issues.redhat.com/browse/TEIID-5888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13959791#comment-13959791 ] 

Steven Hawkins commented on TEIID-5888:
---------------------------------------

It looks like some wires are getting crossed with the join logic.  In the select above there is an implicit join on g3 implied which then becomes how the results are actually processed, which leads to incorrect rows.

> Infinispan translator returns wrong update count in some circumstances
> ----------------------------------------------------------------------
>
>                 Key: TEIID-5888
>                 URL: https://issues.redhat.com/browse/TEIID-5888
>             Project: Teiid
>          Issue Type: Bug
>          Components: Infinispan
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Major
>             Fix For: 13.1
>
>
> In some nested circumstances the wrong update count is returned.  For example in TestHodrodExecution the update:
> UPDATE G4 SET e2 = 'two-2' WHERE e2 = 'two-two' OR e2 = 'one-one'
> should return 2, but instead returns 4.  This happens both prior to and after the changes for TEIID-5887.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the teiid-issues mailing list