hgeraldino commented on code in PR #22235: URL: https://github.com/apache/kafka/pull/22235#discussion_r3261845946
########## connect/transforms/src/test/java/org/apache/kafka/connect/transforms/ValueToKeyTest.java: ########## @@ -16,19 +16,21 @@ */ package org.apache.kafka.connect.transforms; -import org.apache.kafka.common.utils.internals.AppInfoParser; +import org.apache.kafka.common.utils.AppInfoParser; Review Comment: Oh, I see this was moved by https://github.com/apache/kafka/pull/22110 a couple weeks ago. I rebased my branch and pushed the changes, this should point to the right package now -- 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]
