keith-turner opened a new issue, #5907: URL: https://github.com/apache/accumulo/issues/5907
Looked for a place where using Pair would be more beneficial based on what I learned and found the following. https://github.com/apache/accumulo/blob/043bcba6088030037448047462d72583776084a9/core/src/main/java/org/apache/accumulo/core/util/tables/TableNameUtil.java#L43 This method is used frequently and the code and has a lot of calls to getFirst and getSecond, where the namespace is the first and the tablename is second. This seems like a place where a record would be really beneficial. _Originally posted by @keith-turner in https://github.com/apache/accumulo/issues/5905#issuecomment-3315138548_ -- 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]
