mingyen066 opened a new pull request, #19062: URL: https://github.com/apache/kafka/pull/19062
Migrate the following data carrier class to records to eliminate constructors, equals, hashCode, and toString. * `final class Entry` in `LogHistory.java` * `public final class SnapshotPath` In Java, accessing a field in record class requires parentheses. In Scala, parentheses are not needed because Scala allows omitting them when calling parameterless methods; hence, there is no need to change the Scala code. -- 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]
