You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2014/12/05 22:50:13 UTC

[jira] [Created] (ACCUMULO-3385) DateLexicoder fails to correctly order dates prior to 1970

Christopher Tubbs created ACCUMULO-3385:
-------------------------------------------

             Summary: DateLexicoder fails to correctly order dates prior to 1970
                 Key: ACCUMULO-3385
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3385
             Project: Accumulo
          Issue Type: Bug
    Affects Versions: 1.6.1, 1.6.0
            Reporter: Christopher Tubbs
            Assignee: Christopher Tubbs
            Priority: Critical
             Fix For: 1.6.2, 1.7.0


DateLexicoder incorrectly orders dates before 1970 at the end of all other dates.

Therefore, the order was correct for all dates if the user only wrote dates before 1970, or only dates after 1970, but not if they did both.

The DateLexicoder should be fixed to store using a signed LongLexicoder internally, instead of the ULongLexicoder that it used before.



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