codingkiddo commented on PR #22259:
URL: https://github.com/apache/kafka/pull/22259#issuecomment-4681811984
Thanks for the review.
I fixed the Checkstyle issue by removing the tab character from
`QueryableStateIntegrationTest`.
I also reran the focused tests:
```bash
./gradlew streams:integration-tests:test \
--tests
org.apache.kafka.streams.integration.QueryableStateIntegrationTest.shouldBeAbleToQueryMapValuesState
\
--rerun-tasks
./gradlew streams:integration-tests:test \
--tests
org.apache.kafka.streams.integration.QueryableStateIntegrationTest.shouldBeAbleToQueryKeysWithGivenPrefix
\
--rerun-tasks
--
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]