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


##########
core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java:
##########
@@ -309,7 +303,7 @@ public Iterator<Entry<Key,Value>> iterator() {
 
       ClientIteratorEnvironment.Builder iterEnvBuilder = new 
ClientIteratorEnvironment.Builder()
           .withEnvironment(new 
RFileScannerEnvironmentImpl(opts)).withAuthorizations(opts.auths)
-          .withScope(IteratorScope.scan).withTableId(TABLE_ID);
+          .withScope(IteratorScope.scan);

Review Comment:
   `RFileScannerEnvironmentImpl` overrides 
`ClientServiceEnvironmentImpl.getConfiguration(TableId)` and returns the 
`tableConf` regardless of the TableId.



-- 
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: notifications-unsubscr...@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to