[
https://issues.apache.org/jira/browse/IGNITE-27391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Mashenkov reassigned IGNITE-27391:
-----------------------------------------
Assignee: Andrey Mashenkov
> Sql. Some search conditions are no longer converted to search bounds after
> calcite 1.41
> ---------------------------------------------------------------------------------------
>
> Key: IGNITE-27391
> URL: https://issues.apache.org/jira/browse/IGNITE-27391
> Project: Ignite
> Issue Type: Improvement
> Components: sql ai3
> Reporter: Maksim Zhuravkov
> Assignee: Andrey Mashenkov
> Priority: Major
> Labels: ignite-3
> Fix For: 3.2
>
>
> See `IndexSearchBoundsPlannerTest testBoundsTypeConversion`
> {noformat}
> Query SELECT * FROM TEST WHERE C1 = 1 AND C2 IN (2::VARCHAR, '3')
> {noformat}
> {noformat}
> Before:
> Bounds: exact(1), multi(exact("2"), exact("3")
> After:
> Bounds: exact(1)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)