You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2014/07/30 20:20:39 UTC

[jira] [Updated] (PHOENIX-1133) Skip scan intersect method not reseting state correctly

     [ https://issues.apache.org/jira/browse/PHOENIX-1133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Taylor updated PHOENIX-1133:
----------------------------------

    Description: The SkipScanFilter.intersect() method isn't resetting enough state. Unlike the incremental invocation on the server side through SkipScanFilter.filterKeyValue(), the invocation through intersect is a one-shot call. As such, it needs to set the endKeyLength=0 to prevent false filtering.

> Skip scan intersect method not reseting state correctly
> -------------------------------------------------------
>
>                 Key: PHOENIX-1133
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1133
>             Project: Phoenix
>          Issue Type: Bug
>    Affects Versions: 5.0.0, 3.1, 4.1
>            Reporter: James Taylor
>            Assignee: James Taylor
>
> The SkipScanFilter.intersect() method isn't resetting enough state. Unlike the incremental invocation on the server side through SkipScanFilter.filterKeyValue(), the invocation through intersect is a one-shot call. As such, it needs to set the endKeyLength=0 to prevent false filtering.



--
This message was sent by Atlassian JIRA
(v6.2#6252)