Bryn Cooke created CASSANDRA-12360:
--------------------------------------
Summary: Unable to parse negative dates
Key: CASSANDRA-12360
URL: https://issues.apache.org/jira/browse/CASSANDRA-12360
Project: Cassandra
Issue Type: Bug
Reporter: Bryn Cooke
{code}
cqlsh:date_test> DESC test;
CREATE TABLE date_test.test (
date timestamp PRIMARY KEY
) ...
cqlsh:date_test> INSERT INTO test (date) VALUES ('-0407-12-27T00:00:00Z');
InvalidRequest: Error from server: code=2200 [Invalid query] message="Unable to
coerce '-0407-12-27T00:00:00Z' to a formatted date (long)"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)