richardantal commented on a change in pull request #944: URL: https://github.com/apache/phoenix/pull/944#discussion_r516520567
########## File path: phoenix-core/src/main/java/org/apache/phoenix/util/ServerUtil.java ########## @@ -225,6 +227,21 @@ public static Table getHTableForCoprocessorScan (RegionCoprocessorEnvironment en } return getTableFromSingletonPool(env, tableName); } + + public static Table getHTableSystemChildLink (RegionCoprocessorEnvironment env) throws IOException { + if (coprocessorScanWorks(env)) { Review comment: It seems yes we can, nice catch @gjacoby126. Thank you for the review, I have updated the PR. ---------------------------------------------------------------- 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: us...@infra.apache.org