yanxinyi commented on a change in pull request #960:
URL: https://github.com/apache/phoenix/pull/960#discussion_r524835690



##########
File path: 
phoenix-core/src/it/java/org/apache/phoenix/end2end/BackwardCompatibilityIT.java
##########
@@ -319,6 +321,10 @@ public void testUpdatedSplitPolicyForSysTask() throws 
Exception {
                 + compatibleClientVersion,
                 tableDescriptor.getRegionSplitPolicyClassName(),
                 SystemTaskSplitPolicy.class.getName());
+            assertTrue("Coprocessor " + TaskMetaDataEndpoint.class.getName()
+                + " has not been added with compatible client version: "
+                + compatibleClientVersion, tableDescriptor.hasCoprocessor(
+                    TaskMetaDataEndpoint.class.getName()));

Review comment:
       nice check for the coproc




----------------------------------------------------------------
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]


Reply via email to