foster33 opened a new pull request #2122:
URL: https://github.com/apache/accumulo/pull/2122


   Fixes #2120 
   
   This fix changes the return type of the getProperties function in 
TableOperations 
[here](https://github.com/apache/accumulo/blob/1dc72fce2c781dee597c8c11876a3bc6c321c199/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java#L621)
 and NamespaceOperations 
[here](https://github.com/apache/accumulo/blob/4f35e6aff1763d4b19d1e93036260094b47cc589/core/src/main/java/org/apache/accumulo/core/client/admin/NamespaceOperations.java#L207)
 to a Map instead of an Iterable by creating a new function named 
getPropertiesMap. All previous references to getProperties is changed to 
getPropertiesMap and small changes were made in areas to allow for the map to 
be iterated when needed. 
   
   The original getProperties function has been deprecated.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to