You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Daniel Wong (Jira)" <ji...@apache.org> on 2020/07/15 20:03:00 UTC

[jira] [Created] (PHOENIX-6013) RVC Offset does not handle coerced literal nulls properly.

Daniel Wong created PHOENIX-6013:
------------------------------------

             Summary: RVC Offset does not handle coerced literal nulls properly.
                 Key: PHOENIX-6013
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6013
             Project: Phoenix
          Issue Type: Bug
    Affects Versions: 4.15.0
            Reporter: Daniel Wong
            Assignee: Daniel Wong
             Fix For: 4.16.0


As part of query rewrite paths the offset may go through the A=null gets rewritten to A IS NULL, the code sanity checks against an equality comparison op which is not the case on this rewrite.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)