mjsax commented on code in PR #21643:
URL: https://github.com/apache/kafka/pull/21643#discussion_r2898298550
##########
streams/integration-tests/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java:
##########
@@ -440,6 +465,11 @@ public void setup(final boolean cache, final boolean log,
final StoresToTest sto
final StreamsBuilder builder = new StreamsBuilder();
if (Objects.equals(kind, "DSL") && supplier instanceof
KeyValueBytesStoreSupplier) {
+ if (storeToTest.isHeaders()) {
+ // DSL doesn't support headers stores - skip this test
combination
Review Comment:
Let's write down a TODO (Jira ticket?) to enable this later, after DSL is
completed.
--
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]