dengziming commented on code in PR #15304: URL: https://github.com/apache/kafka/pull/15304#discussion_r1851226308
########## core/src/main/scala/kafka/admin/ConfigCommand.scala: ########## @@ -405,7 +420,7 @@ object ConfigCommand extends Logging { val alterOptions = new AlterConfigsOptions().timeoutMs(30000).validateOnly(false) val alterLogLevelEntries = (configsToBeAdded.values.map(new AlterConfigOp(_, AlterConfigOp.OpType.SET)) ++ configsToBeDeleted.map { k => new AlterConfigOp(new ConfigEntry(k, ""), AlterConfigOp.OpType.DELETE) } - ).asJavaCollection + ).asJavaCollection Review Comment: This is done automatically by the scalastyle check, I think this is reasonable according to the style suggestions. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org