aliehsaeedii commented on code in PR #21580:
URL: https://github.com/apache/kafka/pull/21580#discussion_r2942992944


##########
streams/src/test/java/org/apache/kafka/streams/StreamsBuilderTest.java:
##########
@@ -1222,7 +1222,7 @@ public void 
shouldUseSpecifiedStoreSupplierForEachOuterJoinOperationBetweenKStre
         final ProcessorTopology topology = 
builder.internalTopologyBuilder.rewriteTopology(new 
StreamsConfig(props)).buildTopology();
         assertTypesForStateStore(topology.stateStores(),
                 InMemoryWindowStore.class,
-                RocksDBWindowStore.class,
+                PlainToHeadersWindowStoreAdapter.class,

Review Comment:
   We can either fix the test or change the implementation of 
PlainToHeadersWindowStoreAdapter



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