skorotkov commented on code in PR #315: URL: https://github.com/apache/ignite-extensions/pull/315#discussion_r2244618733
########## modules/cdc-ext/src/test/java/org/apache/ignite/cdc/kafka/KafkaToIgniteMetadataUpdaterTest.java: ########## @@ -165,7 +169,19 @@ private KafkaToIgniteMetadataUpdater metadataUpdater() { /** */ private KafkaToIgniteMetadataUpdater metadataUpdater(KafkaToIgniteCdcStreamerConfiguration streamerCfg) { - BinaryContext noOpCtx = new BinaryContext(log) { + BinaryContext noOpCtx = new BinaryContext( + BinaryUtils.cachingMetadataHandler(), + null, + null, + null, + null, + null, + null, + null, + CU.affinityFields(null), + BinaryConfiguration.DFLT_COMPACT_FOOTER, + NullLogger.INSTANCE Review Comment: May be pass `log` as it was before? -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org