Uploaded image for project: 'Samza'
  1. Samza
  2. SAMZA-711

KeyValueStore.range() Javadoc incorrectly describes "to" as inclusive

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 0.10.0
    • 0.10.0
    • docs
    • None

    Description

      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.

      Attachments

        1. samza-711.diff
          1 kB
          Chris Chamberlin

        Activity

          People

            chamberlin Chris Chamberlin
            chamberlin Chris Chamberlin
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: