]
Steven Hawkins resolved TEIID-4785.
-----------------------------------
Resolution: Done
Delayed processing all alters until after imports are processed. Alters/create/drop
against imported databases will fail as expected.
Add options through alter table in DDL does not work.
-----------------------------------------------------
Key: TEIID-4785
URL:
https://issues.jboss.org/browse/TEIID-4785
Project: Teiid
Issue Type: Bug
Components: Query Engine
Affects Versions: 9.2
Reporter: Bram Gadeyne
Assignee: Steven Hawkins
Fix For: 9.3, 9.2.1
A command like the one below fails
ALTER TABLE "teiidtest" options (add cardinality 1);
This fails with message:
This complains that the "group" teiidtest could not be found.