dlmarion commented on PR #5512: URL: https://github.com/apache/accumulo/pull/5512#issuecomment-2835459244
Looking at the 2.1.3 version of RFileScanner, it had an internal class [IterEnv](https://github.com/apache/accumulo/blob/rel/2.1.3/core/src/main/java/org/apache/accumulo/core/client/rfile/RFileScanner.java#L313) which did not override `IteratorEnvironment.getTableId`, so if it was called it would throw an `UnsupportedOperationException`. -- 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]
