[
https://issues.redhat.com/browse/TEIID-5961?page=com.atlassian.jira.plugi...
]
Steven Hawkins commented on TEIID-5961:
---------------------------------------
[~rareddy] this is optional. It just makes it clearer for migrated vdbs and new ddl where
the fdw options are supposed to go.
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
Time Spent: 2 hours
Remaining Estimate: 0 minutes
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
--
This message was sent by Atlassian Jira
(v7.13.8#713008)