]
Steven Hawkins resolved TEIID-4309.
-----------------------------------
Resolution: Done
Moved the cardinality check to after the after load.
loadMatView getting the row count may not be correct
----------------------------------------------------
Key: TEIID-4309
URL:
https://issues.jboss.org/browse/TEIID-4309
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 8.11
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Fix For: 9.1
For an explicit load the row count is obtained by a query against the materialization
table prior to the after load script, but there is no requirement that the materialization
table or the metadata declared staging table represents the next state. We should move
the row count call to after the "after load" or even make it optional.