jpisaac commented on a change in pull request #972:
URL: https://github.com/apache/phoenix/pull/972#discussion_r527836747



##########
File path: 
phoenix-core/src/main/java/org/apache/phoenix/compile/QueryCompiler.java
##########
@@ -763,6 +770,18 @@ protected QueryPlan compileSingleFlatQuery(
         if(plan instanceof BaseQueryPlan){
             ((BaseQueryPlan) plan).setApplicable(isApplicable);
         }
+        if (context.getScan().getFilter() != null &&

Review comment:
       Maybe we can push this filter in preScannerOpen of the RegionScanner in 
Coproc, then it will be an all server-side fix




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


Reply via email to