[
https://issues.apache.org/jira/browse/IGNITE-25767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Pereslegin reassigned IGNITE-25767:
-----------------------------------------
Assignee: Pavel Pereslegin
> Sql. Invalid KeyValueGet PLAN if the key is out of range
> --------------------------------------------------------
>
> Key: IGNITE-25767
> URL: https://issues.apache.org/jira/browse/IGNITE-25767
> Project: Ignite
> Issue Type: Bug
> Components: sql, sql ai3
> Reporter: Pavel Pereslegin
> Assignee: Pavel Pereslegin
> Priority: Major
> Labels: ignite-3
>
> Reproducer
> {code:sql}
> CREATE TABLE t (id TINYINT PRIMARY KEY, val VARCHAR)
> EXPLAIN SELECT val FROM t WHERE id = 100500
> {code}
> PLAN:
> {noformat}
> KeyValueGet
> table: PUBLIC.T
> fieldNames: [VAL]
> key: [127:TINYINT]
> est: (rows=1)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)