[
https://issues.apache.org/jira/browse/PHOENIX-6022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17167816#comment-17167816
]
Hudson commented on PHOENIX-6022:
---------------------------------
SUCCESS: Integrated in Jenkins build PreCommit-PHOENIX-Build #4087 (See
[https://builds.apache.org/job/PreCommit-PHOENIX-Build/4087/])
PHOENIX-6022 RVC Offset does not handle trailing nulls properly (yanxinyi: rev
ce0de92029efecbfe3be2bd47dfc57e1da7cf6a0)
* (edit)
phoenix-core/src/it/java/org/apache/phoenix/end2end/RowValueConstructorOffsetIT.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/RVCOffsetCompiler.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/compile/RVCOffsetCompilerTest.java
> RVC Offset does not handle trailing nulls properly
> --------------------------------------------------
>
> Key: PHOENIX-6022
> URL: https://issues.apache.org/jira/browse/PHOENIX-6022
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.15.0, 4.16.0
> Reporter: Daniel Wong
> Assignee: Daniel Wong
> Priority: Major
> Fix For: 4.16.0
>
> Attachments: PHOENIX-6022-4.x.patch, PHOENIX-6022-master.patch
>
> Time Spent: 40m
> Remaining Estimate: 0h
>
> While working on PHOENIX-5924 found that if there was a trailing null the
> Phoenix Optimizer during resolution of the miniwhere does not generate a
> point get due to how we write/handle trailing nulls in the rowkey. The
> sanity check that it is a point get therefore fails. This causes an
> exception to be returned to the user.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)