]
Steven Hawkins updated TEIID-4785:
----------------------------------
Component/s: Query Engine
Fix Version/s: 9.3
9.2.1
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.