]
Steven Hawkins resolved TEIID-5852.
-----------------------------------
Resolution: Done
Removed just the re-parsing of the view sql.
views are resolved twice in the metadata validator
--------------------------------------------------
Key: TEIID-5852
URL:
https://issues.redhat.com/browse/TEIID-5852
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 13.1
There is an initial resolve to run the Validation visitor, then another resolve in
resolveView. This should be combined as much as possible.