You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2020/11/20 17:11:38 UTC

[GitHub] [phoenix] jpisaac commented on a change in pull request #972: PHOENIX-5712 Got SYSCAT ILLEGAL_DATA exception after created tenant i…

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:
users@infra.apache.org