keith-turner commented on code in PR #3032:
URL: https://github.com/apache/accumulo/pull/3032#discussion_r999853467
##########
core/src/main/java/org/apache/accumulo/core/iterators/Combiner.java:
##########
@@ -130,7 +131,7 @@ public Value next() {
source.next();
hasNext = _hasNext();
} catch (IOException e) {
- throw new RuntimeException(e);
+ throw new UncheckedIOException(e);
Review Comment:
This change does not contribute to the correctness of this PR in any way,
just though it was nice to do since I noticed while debugging.
--
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]