kudu git commit: KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock

2017-06-28 Thread mpercy
Repository: kudu Updated Branches: refs/heads/branch-1.4.x 511a7cd4d -> 91b7b5395 KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock In a CFile block with n non-null values, it's permissible to seek to the spot after all rows. However, a CHECK_LT in

kudu git commit: KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock

2017-06-28 Thread mpercy
Repository: kudu Updated Branches: refs/heads/branch-1.3.x 0ddea5d46 -> a7233f08b KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock In a CFile block with n non-null values, it's permissible to seek to the spot after all rows. However, a CHECK_LT in

kudu git commit: KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock

2017-06-23 Thread wdberkeley
Repository: kudu Updated Branches: refs/heads/master c25d127ad -> f9e51ca63 KUDU-2049 Fix too-strict CHECK in RleIntBlockDecoder::SeekToPositionInBlock In a CFile block with n non-null values, it's permissible to seek to the spot after all rows. However, a CHECK_LT in