Iurii Gerzhedovich created IGNITE-22655:
-------------------------------------------
Summary: Sql. incorrect error for quoted SQL
Key: IGNITE-22655
URL: https://issues.apache.org/jira/browse/IGNITE-22655
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Iurii Gerzhedovich
If a query is fully quoted it leads to an error message that the length must be
less than 128 characters.
Froexample:
{code:java}
"CREATE TABLE Trade (id long, buyer_id int, symbol varchar, order_quantity int,
bid_price double, trade_type varchar, order_date timestamp, PRIMARY KEY(id,
buyer_id)) COLOCATE BY buyer_id";{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)