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

Steven Hawkins (Jira) issues at jboss.org
Mon Jan 27 14:11:20 EST 2020


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

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

There are issues with nested select scenarios as well.  There was a bit of the filter logic not hit by the existing tests.  A query such as:

SELECT g2.e1, g4.e1, g4.e2 FROM G2 g2 JOIN G4 g4 ON g2.e1 = g4.G2_e1 WHERE g4.e2 = 'two'

returns no results, when one is expected.

> 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: Ramesh Reddy
>            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