lowka commented on code in PR #2857:
URL: https://github.com/apache/ignite-3/pull/2857#discussion_r1417263593
##########
modules/sql-engine/src/main/java/org/apache/ignite/internal/sql/engine/prepare/ExplainPlan.java:
##########
@@ -36,10 +36,12 @@ public class ExplainPlan implements QueryPlan {
private final PlanId id;
private final MultiStepPlan plan;
+ private final ParameterMetadata parameterMetadata;
- ExplainPlan(PlanId id, MultiStepPlan plan) {
+ ExplainPlan(PlanId id, MultiStepPlan plan, ParameterMetadata
parameterMetadata) {
Review Comment:
Thanks. It never does.
--
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]