ptupitsyn commented on code in PR #3562:
URL: https://github.com/apache/ignite-3/pull/3562#discussion_r1555578476
##########
modules/client/src/test/java/org/apache/ignite/client/fakes/FakeInternalTable.java:
##########
@@ -492,4 +493,10 @@ private void onDataAccess(String operation, Object arg) {
public @Nullable PendingComparableValuesTracker<Long, Void>
getPartitionStorageIndexTracker(int partitionId) {
return null;
}
+
+ @Override
+ public ScheduledExecutorService streamerFlushExecutor() {
+ //noinspection DataFlowIssue
+ return null;
Review Comment:
Done.
--
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]