]
Steven Hawkins resolved TEIID-3437.
-----------------------------------
Resolution: Done
Added returnsSingleUpdateCount so that the accumulo and other non-compliant translators
can keep the simple behavior of returning a single update count value. Changed the
expectations of the projectintonode though to always expect a set of update counts.
Inconsistencies with row count handling
---------------------------------------
Key: TEIID-3437
URL:
https://issues.jboss.org/browse/TEIID-3437
Project: Teiid
Issue Type: Bug
Components: Misc. Connectors, Query Engine
Affects Versions: 8.10
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 8.10.1, 8.11
With TEIID-3271 we addressed returning all of the update counts from a bulk operation
such that the direct JDBC logic was correct. However this left the logic inconsistent
with the projectintonode (which could result in invalid rowcount variables) and with the
accumulo, solr, and simpledb translators.