ygerzhedovich commented on code in PR #1418:
URL: https://github.com/apache/ignite-3/pull/1418#discussion_r1049663250
##########
modules/runner/src/integrationTest/java/org/apache/ignite/internal/sql/engine/util/QueryChecker.java:
##########
@@ -357,7 +371,7 @@ public void check() {
// Check plan.
QueryProcessor qryProc = getEngine();
- var explainCursors = qryProc.queryAsync("PUBLIC", "EXPLAIN PLAN FOR "
+ qry);
+ var explainCursors = qryProc.queryAsync("PUBLIC", "EXPLAIN PLAN FOR "
+ qry, params);
Review Comment:
yes, you are righr, even more we need to check that we have enough number of
parameters to cover all placeholders for dynamic parameters
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]