[
https://issues.apache.org/jira/browse/IGNITE-18422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Konstantin Orlov updated IGNITE-18422:
--------------------------------------
Fix Version/s: 3.0.0-beta2
> Sql. Match number of dynamic parameters with given parameters
> -------------------------------------------------------------
>
> Key: IGNITE-18422
> URL: https://issues.apache.org/jira/browse/IGNITE-18422
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Yury Gerzhedovich
> Assignee: Maksim Zhuravkov
> Priority: Major
> Labels: calcite2-required, calcite3-required, ignite-3
> Fix For: 3.0.0-beta2
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> User can run SQL query with dynamic parameter and forget to pass the
> parameters, or pass wrong number of parameters. Need to check it on
> validation stage and rise properly error.
> As example:
> {code:java}
> assertQuery("SELECT COALESCE(?, ?)").withParams("a").returns("a").check();
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)