Tyler Hobbs created CASSANDRA-13185: ---------------------------------------
Summary: cqlsh COPY doesn't support dates before 1900 or after 9999 Key: CASSANDRA-13185 URL: https://issues.apache.org/jira/browse/CASSANDRA-13185 Project: Cassandra Issue Type: Bug Components: Tools Reporter: Tyler Hobbs Fix For: 3.0.x, 3.x Although we fixed this problem for standard queries in CASSANDRA-10625, it still exists for COPY. In CASSANDRA-10625, we replaced datetimes outside of the supported time range with a simple milliseconds-since-epoch long. We may not want to use the same solution for COPY, because we wouldn't be able to load the same data back in through COPY. Having consistency in the format of values and support for loading exported data seems more important for COPY. -- This message was sent by Atlassian JIRA (v6.3.15#6346)