Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
Low
Description
toDate() function is instantiated to work for timeuuid and date types passed as an argument, instead of timeuuid and timestamp, as stated in this documentation: http://cassandra.apache.org/doc/latest/cql/functions.html#datetime-functions
As a result it's possible to convert a date into date, but not a timestamp into date, which is probably what was meant.