This is an automated email from the ASF dual-hosted git repository.
ableegoldman pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.0 by this push:
new c69b567 HOTFIX: remove unused imports to fix checkstyle after
cherrypick (#11365)
c69b567 is described below
commit c69b567fa44368318c81d08fc24f5a40e215c169
Author: A. Sophie Blee-Goldman <[email protected]>
AuthorDate: Tue Sep 28 18:24:01 2021 -0700
HOTFIX: remove unused imports to fix checkstyle after cherrypick (#11365)
When cherrypicking #11337 back to the 3.0 branch and resolving a minor
merge conflict, I forgot to git add the removal of some imports that were
breaking checkstyle.
Reviewers: Natea Eshetu Beshada <[email protected]>, Walker Carlson
<[email protected]>
---
.../kafka/streams/state/internals/CachingInMemorySessionStoreTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/streams/src/test/java/org/apache/kafka/streams/state/internals/CachingInMemorySessionStoreTest.java
b/streams/src/test/java/org/apache/kafka/streams/state/internals/CachingInMemorySessionStoreTest.java
index 1b44b91..c63495a 100644
---
a/streams/src/test/java/org/apache/kafka/streams/state/internals/CachingInMemorySessionStoreTest.java
+++
b/streams/src/test/java/org/apache/kafka/streams/state/internals/CachingInMemorySessionStoreTest.java
@@ -58,11 +58,9 @@ import static
org.apache.kafka.test.StreamsTestUtils.verifyKeyValueList;
import static org.apache.kafka.test.StreamsTestUtils.verifyWindowedKeyValue;
import static org.hamcrest.CoreMatchers.hasItem;
import static org.hamcrest.MatcherAssert.assertThat;
-import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThrows;
import static org.junit.Assert.assertTrue;