You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Chris Chamberlin (JIRA)" <ji...@apache.org> on 2015/06/16 06:43:00 UTC

[jira] [Updated] (SAMZA-711) KeyValueStore.range() Javadoc incorrectly describes "to" as inclusive

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

Chris Chamberlin updated SAMZA-711:
-----------------------------------
    Attachment: samza-711.diff

> KeyValueStore.range() Javadoc incorrectly describes "to" as inclusive
> ---------------------------------------------------------------------
>
>                 Key: SAMZA-711
>                 URL: https://issues.apache.org/jira/browse/SAMZA-711
>             Project: Samza
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 0.10.0
>            Reporter: Chris Chamberlin
>            Priority: Minor
>         Attachments: samza-711.diff
>
>
> The Javadoc for KeyValueStore.range() describes the range as {{\[from, to\]}}, but as implemented (and unit-tested for in-memory and RocksDB by {{TestKeyValueStores}}), the actual behavior is {{[from, to)}} - a key equal to {{to}} will not be returned.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)