Berkof commented on a change in pull request #9276:
URL: https://github.com/apache/ignite/pull/9276#discussion_r689313763
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/planner/AbstractPlannerTest.java
##########
@@ -653,11 +656,17 @@ protected static IgniteSchema createSchema(TestTable...
tbls) {
private final RewindabilityTrait rewindable;
/** */
- private final double rowCnt;
+ private IgniteStatisticsImpl statistics;
/** */
private final TableDescriptor desc;
+ /** */
+ private ColocationGroup colocationGroup;
Review comment:
Because some rule use it and it's better to set it via some method
instead of making anonymous class with overrided getDistribution method.
--
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]