dcapwell commented on code in PR #3572:
URL: https://github.com/apache/cassandra/pull/3572#discussion_r1776353990
##########
src/java/org/apache/cassandra/tcm/serialization/Version.java:
##########
@@ -38,6 +38,10 @@ public enum Version
* - Serialize MemtableParams when serializing TableParams
*/
V2(2),
+ /**
+ * - Serialize allowAutoSnapshot and incrementalBackups when serializing
TableParams
+ */
+ V3(3),
Review Comment:
think you need to update
`org.apache.cassandra.tcm.membership.NodeVersion#CURRENT_METADATA_VERSION`?
--
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]