ekaterinadimitrova2 commented on code in PR #2807:
URL: https://github.com/apache/cassandra/pull/2807#discussion_r1375057239
##########
src/java/org/apache/cassandra/schema/SchemaKeyspace.java:
##########
@@ -287,7 +287,7 @@ public static KeyspaceMetadata metadata()
return KeyspaceMetadata.create(SchemaConstants.SCHEMA_KEYSPACE_NAME,
KeyspaceParams.local(),
org.apache.cassandra.schema.Tables.of(ALL_TABLE_METADATA));
}
- static Collection<Mutation> convertSchemaDiffToMutations(KeyspacesDiff
diff, long timestamp)
+ public static Collection<Mutation>
convertSchemaDiffToMutations(KeyspacesDiff diff, long timestamp)
Review Comment:
Does this really needs to be public?
--
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]