AMashenkov commented on a change in pull request #8855:
URL: https://github.com/apache/ignite/pull/8855#discussion_r587427912
##########
File path:
modules/calcite/src/main/java/org/apache/ignite/internal/processors/query/calcite/schema/SchemaHolderImpl.java
##########
@@ -125,6 +128,8 @@ public AffinityIdentity(AffinityFunction aff, int backups,
IgnitePredicate<Clust
public SchemaHolderImpl(GridKernalContext ctx) {
super(ctx);
+ this.ctx = ctx;
Review comment:
KernalContext is always passed to the parent class,
Does it make sense to push 'ctx' field as well?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]