Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
I try to execute SQL query
CREATE INDEX IF NOT EXISTS "personNameIndex" ON "person" ("name");
using method
cache.query(query).getColumnsCount()
and this call is never ends, because it contains semicolon.
See the code in org.apache.ignite.internal.sql.command.SqlCreateIndexCommand method parseIndexProperties. This method doesn't break when tokenType is SEMICOLON, but break when tokenType is EOF
Attachments
Issue Links
- relates to
-
IGNITE-8342 Semi colon in CREATE INDEX causes infinite loop execution
- Resolved