mjsax commented on code in PR #21503:
URL: https://github.com/apache/kafka/pull/21503#discussion_r2820270206


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/RocksDBTimestampedStoreWithHeadersTest.java:
##########
@@ -522,11 +532,11 @@ private void verifyLegacyColumnFamilyDropped() throws 
Exception {
             boolean hasLegacy = false;
 
             for (final byte[] cf : existingCFs) {
-                if (java.util.Arrays.equals(cf, 
RocksDB.DEFAULT_COLUMN_FAMILY)) {
+                if (Arrays.equals(cf, RocksDB.DEFAULT_COLUMN_FAMILY)) {

Review Comment:
   Follow up cleanup for https://github.com/apache/kafka/pull/21446 -- did not 
want to delay merging the PR.



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