Legacy code had a 'Date' type which was modeled as a 'timestamp' with the time component truncated. I would like to remove that type to make way for the real date. I've had a warning in the docs since 2.5.0, but did not have an 'active' DeprecationWarning.
Seeking input on whether it's fair to make the cut at this point, or if I should introduce an active warning and defer the new Date type until the next major release.
https://datastax-oss.atlassian.net/browse/PYTHON-190
Will need to remove 'cqle.columns.Date' as an overload of 'cqle.columns.DateTime' to make way for Date.
https://issues.apache.org/jira/browse/CASSANDRA-8951