dlmarion commented on code in PR #5490:
URL: https://github.com/apache/accumulo/pull/5490#discussion_r2056300278
##########
core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java:
##########
@@ -74,8 +79,65 @@
class RFileScanner extends ScannerOptions implements Scanner {
+ private static class RFileScannerIteratorEnvironmentBuilder
+ extends ClientIteratorEnvironment.Builder {
+
+ public ClientIteratorEnvironment.Builder
withEnvironment(ClientServiceEnvironmentImpl env) {
Review Comment:
In 2d39e46 I moved ClientIteratorEnvironment out of the public api package,
and moved this method into it.
--
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]