Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
During forward scans with the DistinctPrefix filter set null values are not returned.
The reason is that that lastKey is initialized with ByteUtil.EMPTY_BYTE_ARRAY, which happens to the equal to a null value in a key part. So the filter determines it has seen the value before.