dlmarion commented on code in PR #4283:
URL: https://github.com/apache/accumulo/pull/4283#discussion_r1499191786


##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ScannerImpl.java:
##########
@@ -120,6 +120,15 @@ public ScannerImpl(ClientContext context, TableId tableId, 
Authorizations author
     this.size = Constants.SCAN_BATCH_SIZE;
   }
 
+  public ClientContext getClientContext() {
+    ensureOpen();
+    return context;
+  }
+
+  public TableId getTableId() {
+    return tableId;

Review Comment:
   do we need  a call to `ensureOpen()` here for consistency?



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

Reply via email to