Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HOTFIX: fix build error (apache#10796)
Fix compile error in scala tests. The compile error is: ``` [Error] /home/jenkins/jenkins-agent/workspace/Kafka_kafka-pr_PR-9229/core/src/test/scala/unit/kafka/server/metadata/BrokerMetadataListenerTest.scala:97: polymorphic expression cannot be instantiated to expected type; [2021-05-29T02:34:50.308Z] found : [T]()T [2021-05-29T02:34:50.308Z] required: kafka.server.RequestLocal ``` This error happens only in scala 2.12 Reviewers: Bruno Cadonna <[email protected]>
- Loading branch information