shishkovilja commented on code in PR #12336: URL: https://github.com/apache/ignite/pull/12336#discussion_r2581113132
########## modules/core/src/main/java/org/apache/ignite/internal/processors/dr/IgniteDrDataStreamerCacheUpdater.java: ########## @@ -79,13 +79,13 @@ public class IgniteDrDataStreamerCacheUpdater implements StreamReceiver<KeyCache Review Comment: We should fail in line 78 with `ClassCastException`, because `DataStreamerEntry` does not implement `Map.Entry` now. -- 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]
