joshelser commented on a change in pull request #716: PHOENIX-5721 Unify 4.x
branches (for HBase 1.5, 1.4 as well as 1.3)
URL: https://github.com/apache/phoenix/pull/716#discussion_r386709287
##########
File path:
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/DelegateRegionCoprocessorEnvironment.java
##########
@@ -40,10 +40,9 @@
* clone the configuration provided by the HBase coprocessor environment
before modifying it. So
* this class comes in handy where we have to return our custom config.
*/
-public class DelegateRegionCoprocessorEnvironment implements
RegionCoprocessorEnvironment {
+public class DelegateRegionCoprocessorEnvironment extends
CompatDelegateRegionCoprocessorEnvironment {
Review comment:
Nit: extra space
----------------------------------------------------------------
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]
With regards,
Apache Git Services