[ 
https://issues.apache.org/jira/browse/IGNITE-21543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iurii Gerzhedovich updated IGNITE-21543:
----------------------------------------
    Component/s:     (was: sql)
                 sql ai3

> Sql. Support arbitrary expressions values in partition pruning metadata.
> ------------------------------------------------------------------------
>
>                 Key: IGNITE-21543
>                 URL: https://issues.apache.org/jira/browse/IGNITE-21543
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql ai3
>            Reporter: Maksim Zhuravkov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.2
>
>
> Initial implementation of partition pruning metadata 
> (https://issues.apache.org/jira/browse/IGNITE-21277) provided support of two 
> classes of values: literals and dynamic parameters. This covers a lot of 
> cases but it rejects trivial expressions such as:
> {code:java}
> SELECT * FROM t WHERE date_col = '2001-01-01'::DATE 
> SELECT * FROM t WHERE uid_col = '0000-0000-0000-0000'::UUID
> {code}
> Let's allow only arbitrary deterministic expressions (see 
> https://issues.apache.org/jira/browse/IGNITE-21559) as legal values for 
> partition pruning metadata.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to