Will Berkeley created KUDU-2049:
-----------------------------------
Summary: 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
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)