korlov42 commented on code in PR #6927:
URL: https://github.com/apache/ignite-3/pull/6927#discussion_r2537773125


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/framework/TestBuilders.java:
##########
@@ -696,6 +696,8 @@ public TestCluster build() {
             Supplier<TableStatsStalenessConfiguration> statStalenessProperties 
= () -> new TableStatsStalenessConfiguration(
                     DEFAULT_STALE_ROWS_FRACTION, DEFAULT_MIN_STALE_ROWS_COUNT);
 
+            AbstractEventProducer<StatisticChangedEvent, 
StatisticEventParameters> producer = new AbstractEventProducer<>() {};

Review Comment:
   missed that `producer` is actually passed as argument to construct the 
`PrepareServiceImpl`... Variant with mock looks good as well as initial one



-- 
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]

Reply via email to