Maksim Zhuravkov created IGNITE-18645:
-----------------------------------------
Summary: Sql. Type System. Always add explicit casts to dynamic
parameters.
Key: IGNITE-18645
URL: https://issues.apache.org/jira/browse/IGNITE-18645
Project: Ignite
Issue Type: Improvement
Components: sql
Reporter: Maksim Zhuravkov
Current implementation of dynamic parameters does not allow to reject plans
that may fail runtime.
* dynamic parameters must be casted to appropriate types depending on the
current context
* in order to make type inference/type coercion possible use should use types
of concrete values of dynamic parameters specified with a query.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)