]
Steven Hawkins resolved TEIID-5961.
-----------------------------------
Resolution: Done
Updated the parser and the convert vdb routine as described.
create foreign data wrapper statement cleanups
----------------------------------------------
Key: TEIID-5961
URL:
https://issues.redhat.com/browse/TEIID-5961
Project: Teiid
Issue Type: Quality Risk
Components: Query Engine
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 15.0
Original Estimate: 2 hours
Remaining Estimate: 2 hours
ConvertVDB is still adding create foreign data wrapper x; statements. These are not
needed and should be suppressed. It's also causing some confusion that a user can
enter
create foreign data wrapper x options (...);
The options are actually ignored. We should probably throw an exception instead. Either
a type or a handler are required (we don't currently support a separate notion of a
handler - it's treated the same as type).
See also TEIID-5850