smiklosovic commented on code in PR #4474:
URL: https://github.com/apache/cassandra/pull/4474#discussion_r2527516799


##########
src/java/org/apache/cassandra/tools/StandaloneUpgrader.java:
##########
@@ -191,6 +211,7 @@ public static Options parseArgs(String cmdArgs[])
 
                 opts.debug = cmd.hasOption(DEBUG_OPTION);
                 opts.keepSource = cmd.hasOption(KEEP_SOURCE);
+                opts.latestColumnsOnly = snapshot != null && 
cmd.hasOption(LATEST_COLUMNS_ONLY);

Review Comment:
   To be on safe side of things, I think this should be possible to be 
rewritten on snapshots only, but I am open to change this if agreed.



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