keith-turner commented on PR #5905: URL: https://github.com/apache/accumulo/pull/5905#issuecomment-3315138548
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 be beneficial. -- 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]
