[
https://issues.apache.org/jira/browse/IGNITE-11331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16769219#comment-16769219
]
Vladimir Ozerov edited comment on IGNITE-11331 at 2/15/19 11:52 AM:
--------------------------------------------------------------------
Implemented. Only two usages left - one in local query and another in mapper.
They will be merged into a single flow later (IGNITE-11206).
Test run: https://ci.ignite.apache.org/viewQueued.html?itemId=3093890
was (Author: vozerov):
Implemented. Only two usages left - one in local query and another in mapper.
They will be merged into a single flow later (IGNITE-11206).
Test run: https://ci.ignite.apache.org/viewQueued.html?itemId=3093656
> SQL: Remove unnecessary parameters binding
> ------------------------------------------
>
> Key: IGNITE-11331
> URL: https://issues.apache.org/jira/browse/IGNITE-11331
> Project: Ignite
> Issue Type: Task
> Components: sql
> Reporter: Vladimir Ozerov
> Priority: Major
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> See usages of {{H2Utils#bindParameters}}. Note that it is used both in SELECT
> and DML planners without any reason. Let's remove it from there.
> Be careful with splitter - we will have to pass or calculate parameters
> number there.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)