kevinrr888 commented on PR #5512: URL: https://github.com/apache/accumulo/pull/5512#issuecomment-2835492019
So, previously the iter env for rfilescanner did not have getServiceEnv(), getPluginEnv(), or getTableId() implemented. We need all three of these methods to support the uses: (quoting from my comment https://github.com/apache/accumulo/issues/4810#issuecomment-2291671430) The equivalent to `env.getServiceEnv()` would now be `env.getPluginEnv()` and the equivalent to `env.getConfig()` would now be `env.getPluginEnv().getConfiguration(env.getTableId())` -- 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