Berkof commented on a change in pull request #9276:
URL: https://github.com/apache/ignite/pull/9276#discussion_r692737506
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/planner/AbstractPlannerTest.java
##########
@@ -653,10 +653,10 @@ protected static IgniteSchema createSchema(TestTable...
tbls) {
private final RewindabilityTrait rewindable;
/** */
- private final double rowCnt;
+ private final TableDescriptor desc;
/** */
- private final TableDescriptor desc;
+ private ObjectStatisticsImpl stat;
Review comment:
no, we can change statistics or remove it at all for the given table.
--
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]