Aleksey Plekhanov created IGNITE-28888:
------------------------------------------
Summary: Calcite engine. UUID type derive fail when converting
from literal
Key: IGNITE-28888
URL: https://issues.apache.org/jira/browse/IGNITE-28888
Project: Ignite
Issue Type: Bug
Reporter: Aleksey Plekhanov
Reproducer:
{noformat}
IgniteSchema schema = createSchema(createTable("T",
IgniteDistributions.single(), "UID", SqlTypeName.UUID));
UUID uuid1 = UUID.randomUUID();
UUID uuid2 = UUID.randomUUID();
assertPlan("SELECT * FROM t WHERE uid in ('" + uuid1 + "', '" + uuid2 +
"')", schema, isTableScan("T"));
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)