Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-6212

TimestampType doesn't support pre-epoch long

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Low
    • Resolution: Fixed
    • 2.0.2
    • Legacy/CQL
    • None
    • Low

    Description

      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)

      Attachments

        1. cassandra-2.0-6212.patch
          4 kB
          Mikhail Stepura

        Activity

          People

            mishail Mikhail Stepura
            simonhopkin Simon Hopkin
            Mikhail Stepura
            Aleksey Yeschenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: