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:40:00 UTC

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

Chris Chamberlin created SAMZA-711:
--------------------------------------

             Summary: 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


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)