smiklosovic commented on code in PR #4411:
URL: https://github.com/apache/cassandra/pull/4411#discussion_r2436342019
##########
src/java/org/apache/cassandra/cql3/statements/schema/CopyTableStatement.java:
##########
@@ -285,13 +291,49 @@ private void maybeCopyIndexes(TableMetadata.Builder
builder, TableMetadata sourc
customIndexes));
}
+ private void maybeCopyComments(TableMetadata.Builder builder,
TableMetadata sourceTableMeta)
Review Comment:
it would be less verbose and more readable if you removed unnecessary braces
in these two methods. If there is just one statement in an `if` you do not need
to wrap it in `{}`
--
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]