keith-turner commented on issue #4107: URL: https://github.com/apache/accumulo/issues/4107#issuecomment-1867997495
Using `List<Pair<>>` allows duplicate keys. However looking at the code its given a Map, so there would not be duplicate keys in the source data that is used to create the ` List<Pair<>>`. Seems like converting it to a map would be fine. -- 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]
