ctubbsii opened a new pull request #1768:
URL: https://github.com/apache/accumulo/pull/1768
* This fixes #1766
* Return an actual implementation for
`IteratorEnvironment.getPluginEnv()`
* Clean up `IteratorEnvIT.testEnv()` method to:
* Verify implementation of `getPluginEnv()` (same object as
`getServiceEnv()`, but with the newer API that doesn't leak internal
types
* Remove duplicate check of the same table configuration via
`getServiceEnv()` and `getPluginEnv()`
* Remove duplicate (identical) check from the deprecated `getConfig()`
method to get the table's configuration as `AccumuloConfiguration`
* Ensure system configuration is covered in the test via
`getPluginEnv().getConfiguration()`
* Ensure getting the property by the full property name via `get()`
works as well as by the `getTableCustom()` convenience method
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]