Uploaded image for project: 'Kudu'
  1. Kudu
  2. KUDU-2049

Too-strict check on RLE-encoded integer columns causes crash on scan

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4.0
    • 1.5.0
    • None
    • None

    Description

      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.

      Attachments

        Activity

          People

            wdberkeley William Berkeley
            wdberkeley William Berkeley
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: