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)