Pavel Pereslegin created IGNITE-25767:
-----------------------------------------

             Summary: Sql. Invalid KeyValueGet 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


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)

Reply via email to