Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-3385 DateLexicoder fails to correctly order dates prior to 1970
  3. ACCUMULO-3386

Update release notes to explain how to correct data written with the buggy DateLexicoder

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Blocker
    • Resolution: Done
    • 1.6.0, 1.6.1
    • None
    • None
    • None

    Description

      We should make sure users who may have used the buggy DateLexicoder are informed of a method which they can use to correct their data or to continue using the old behavior.

      To read data with the old, broken behavior (if needed):

      Lexicoder lex = new ULongLexicoder();
      for (Entry<Key, Value> e : scanner) {
        Date d = new Date(lex.decode(TextUtil.getBytes(e.getKey().getRow())));
        // ...
      }
      

      Attachments

        Activity

          People

            sonixbp Corey J. Nolet
            ctubbsii Christopher Tubbs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: