dlmarion commented on code in PR #5490:
URL: https://github.com/apache/accumulo/pull/5490#discussion_r2056840098
##########
server/base/src/main/java/org/apache/accumulo/server/iterators/TabletIteratorEnvironment.java:
##########
@@ -79,6 +80,30 @@ public TabletIteratorEnvironment(ServerContext context,
IteratorScope scope,
this.topLevelIterators = new ArrayList<>();
}
+ public TabletIteratorEnvironment(ServerContext context, IteratorScope scope,
Review Comment:
ah, I think it's because I was trying to get all of the server side code to
use server-side iterator environment objects vs having all the server side
tests using the new ClientIteratorEnvironment.
--
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]