Looks like this issue is due to using keyspace created in version 1.2.10. When I created new keyspace in version 2.0.1 then this issue does not occure.
In Cassandra 1.2.x, the internal data type for a timestamp column is "DateType". However, in Cassandra 2.x, it has been changed to "TimestampType".
Patched ADS and Cassandra JDBC Driver to handle "TimestampType" as "DateType".
In Cassandra 1.2.x, the internal data type for a timestamp column is "DateType". However, in Cassandra 2.x, it has been changed to "TimestampType".
Patched ADS and Cassandra JDBC Driver to handle "TimestampType" as "DateType".
Verified in 14.0.3-11. See attached screenshot
Verified in 14.0.3-11. See attached screenshot
Issue #10614 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 14.0.3-8 |
No time estimate |
Looks like this issue is due to using keyspace created in version 1.2.10. When I created new keyspace in version 2.0.1 then this issue does not occure.