gaurav-narula commented on PR #15270: URL: https://github.com/apache/kafka/pull/15270#issuecomment-1914817144
> Looks straightforward fix! however the pipeline is failing with > > ``` > > Task :core:compileTestScala > [2024-01-26T15:19:03.811Z] [Error] /home/jenkins/workspace/Kafka_kafka-pr_PR-15270/core/src/test/scala/unit/kafka/server/BrokerLifecycleManagerTest.scala:278:21: Invalid literal number > [2024-01-26T15:19:03.811Z] [Error] /home/jenkins/workspace/Kafka_kafka-pr_PR-15270/core/src/test/scala/unit/kafka/server/BrokerLifecycleManagerTest.scala:285:3: ')' expected but '}' found. > [2024-01-26T15:19:03.811Z] two errors found > ``` > > Can you fix these please. Assuming these are fixed can @rondagostino, @showuon and @cmccabe one of you have a look into this please? Thanks! Turns out `_` in numerals doesn't work in Scala 2.12. Should be fixed with [747cfad](https://github.com/apache/kafka/pull/15270/commits/747cfade2a5c2682077085df9881f2d33f2acb4c) -- 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]
