Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Correctness
-
Normal
-
Normal
-
Unit Test
-
All
-
None
-
Description
When executing drop-column query without timestamp, AlterTableStatement#Raw initializes a default timestamp and then the prepared statement is cached. The same timestamp will be reused for the same drop-column query. (related to CASSANDRA-13426)
The fix is to use NULL timestamp to indicate: using statement execution time instead.
patch: https://github.com/jasonstack/cassandra/commits/fix-drop-column-timestamp