[
https://issues.apache.org/jira/browse/KUDU-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16065847#comment-16065847
]
Todd Lipcon commented on KUDU-2049:
-----------------------------------
should we cherry-pick this to previous branches like 1.4 and 1.3?
> Too-strict check on RLE-encoded integer columns causes crash on scan
> --------------------------------------------------------------------
>
> Key: KUDU-2049
> URL: https://issues.apache.org/jira/browse/KUDU-2049
> Project: Kudu
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Will Berkeley
> Assignee: Will Berkeley
> Fix For: 1.5.0
>
>
> Sometimes scans of RLE-encoded integer columns cause CHECK failures due to
> the CHECK condition being too strict:
> {{Check failed: pos < num_elems_ (128 vs. 128) Tried to seek to 128 which is
> >= number of elements (128) in the block!}}
> It's valid to scan just past the number of elements in the block, though.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)