[teiid-issues] [JBoss JIRA] (TEIID-5961) create foreign data wrapper statement cleanups

Steven Hawkins (Jira) issues at jboss.org
Fri May 29 10:41:00 EDT 2020


     [ https://issues.redhat.com/browse/TEIID-5961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-5961:
----------------------------------
    Description: 
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

  was:
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 the notion of a handler).

See also TEIID-5850

        Summary: create foreign data wrapper statement cleanups  (was: create foreign data wrapper statements)


> 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



--
This message was sent by Atlassian Jira
(v7.13.8#713008)


More information about the teiid-issues mailing list