You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2013/10/21 06:03:44 UTC

[jira] [Commented] (CASSANDRA-6212) TimestampType doesn't support pre-epoch long

    [ https://issues.apache.org/jira/browse/CASSANDRA-6212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800335#comment-13800335 ] 

Jonathan Ellis commented on CASSANDRA-6212:
-------------------------------------------

Can you take a stab at this, Mikhail?

> TimestampType doesn't support pre-epoch long
> --------------------------------------------
>
>                 Key: CASSANDRA-6212
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6212
>             Project: Cassandra
>          Issue Type: Bug
>          Components: API, Core
>            Reporter: Simon Hopkin
>            Assignee: Mikhail Stepura
>            Priority: Minor
>             Fix For: 2.0.2
>
>
> org.apache.cassandra.db.marshal.TimestampType.dateStringToTimestamp() contains a regular expression that checks to see if the String argument contains a number.  If so it parses it as a long timestamp.  However pre-epoch timestamps are negative and the code doesn't account for this so it tries to parse it as a formatted Date.  A tweak to the regular expression in TimestampType.dateStringToTimestamp() would solve this issue.
> I could use formatted date strings instead, but the TimestampType date parser uses ISO8601 patterns which would cause the timestamp to be rounded to the nearest second.
> Currently I get the following exception message:
> unable to coerce '-86400000' to a  formatted date (long)



--
This message was sent by Atlassian JIRA
(v6.1#6144)