]
Steven Hawkins reassigned TEIID-5888:
-------------------------------------
Assignee: Steven Hawkins (was: Ramesh Reddy)
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.