[GitHub] accumulo pull request #196: ACCUMULO-4057 Moved the code to a private static...

2017-01-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/accumulo/pull/196 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] accumulo pull request #196: ACCUMULO-4057 Moved the code to a private static...

2016-12-29 Thread lstav
Github user lstav commented on a diff in the pull request: https://github.com/apache/accumulo/pull/196#discussion_r94177224 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/IteratorUtil.java --- @@ -235,18 +235,27 @@ private static void mergeOptions(Map> ssio, Map,V

[GitHub] accumulo pull request #196: ACCUMULO-4057 Moved the code to a private static...

2016-12-29 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/196#discussion_r94176521 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/IteratorUtil.java --- @@ -235,18 +235,27 @@ private static void mergeOptions(Map> ssio, M

[GitHub] accumulo pull request #196: ACCUMULO-4057 Moved the code to a private static...

2016-12-29 Thread joshelser
Github user joshelser commented on a diff in the pull request: https://github.com/apache/accumulo/pull/196#discussion_r94176449 --- Diff: core/src/main/java/org/apache/accumulo/core/iterators/IteratorUtil.java --- @@ -235,18 +235,27 @@ private static void mergeOptions(Map> ssio, M

[GitHub] accumulo pull request #196: ACCUMULO-4057 Moved the code to a private static...

2016-12-29 Thread lstav
GitHub user lstav opened a pull request: https://github.com/apache/accumulo/pull/196 ACCUMULO-4057 Moved the code to a private static method Fix for ACCUMULO-4057. Followed @joshelser suggestion on one of the comments on the issue and consolidated the code in a private static method