[
https://issues.apache.org/jira/browse/IGNITE-28888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18095940#comment-18095940
]
Aleksey Plekhanov commented on IGNITE-28888:
--------------------------------------------
Fixed after moving to Calcite 1.42
> 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
> Priority: Major
>
> 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)