mjsax commented on a change in pull request #10548: URL: https://github.com/apache/kafka/pull/10548#discussion_r620479940
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/RocksDBStoreTest.java ########## @@ -402,6 +402,11 @@ public void shouldReturnKeysWithGivenPrefix() { assertThat(valuesWithPrefix.get(2), is("b")); } + @Test + public void shouldThrowNullPointerIfPrefixKeySerializerIsNull() { Review comment: This test fails now, as the check was removed. No need to add this test any longer in this class. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org