Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Docs Required, Release Notes Required
Description
In some places of Ignite documentation of help we still have remnants of an old syntax for setting a storage engine to a table.
For example in IgniteSqlCommand.java we have following help:
CREATE_TABLE("CREATE TABLE", "CREATE TABLE [IF NOT EXISTS] tableName (tableColumn [, tableColumn]...)\n" + "[COLOCATE [BY] (columnName [, columnName]...)]\n" + "[ENGINE engineName]\n" + "[WITH paramName=paramValue [,paramName=paramValue]...]\n" + "tableColumn = columnName columnType [[NOT] NULL] [DEFAULT defaultValue] [PRIMARY KEY]"),
We need to check our documentation and help and make it up to date with how it should actually work.
Attachments
Issue Links
- links to