hanke580 opened a new pull request, #2840:
URL: https://github.com/apache/cassandra/pull/2840

   …CASSANDRA-18956
   
   This PR solves CASSANDRA-18956.
   
   Problem: when renaming a column to another one, it checks whether the column 
exists in the table. However, when handling legacy thrift-model data, the check 
is implemented incorrectly.
   * FROM => TO
   Cassandra checks whether the FROM column exists but not check whether the TO 
column exists. This PR adds the check for the TO column.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to