There's some patchy information on the interwebs about some examples when column type can't be changed. For example, on the DataStax site there's a mention:
- Changing the type of a clustering column.
- Changing columns on which an index is defined.
Or, for example, here is mentioned that you can't convert uuid to timeuuid. And from my personal experience, I can't change text to timestamp (we store dates in ISO8601 format as text, an unfortunate decision early in the project timeline).
However, I can't find a full description of which types can be converted to which, or at least which types can't be converted to which. Does anyone know?