Maxwell-Guo commented on code in PR #2786:
URL: https://github.com/apache/cassandra/pull/2786#discussion_r1360816121


##########
src/java/org/apache/cassandra/schema/SchemaKeyspace.java:
##########
@@ -602,6 +604,11 @@ private static void addTableParamsToRowBuilder(TableParams 
params, Row.SimpleBui
         // incremental_backups is enabled, to avoid RTE in pre-4.2 versioned 
node during upgrades
         if (!params.incrementalBackups)
             builder.add("incremental_backups", false);
+
+        // As above, only add the sstable_format column if the table uses a 
non-default sstable_fromat configuration to avoid RTE

Review Comment:
   what about in CASSANDRA-18533 ?



-- 
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