shruti-p-s commented on code in PR #4465: URL: https://github.com/apache/cassandra/pull/4465#discussion_r2520211056
########## src/java/org/apache/cassandra/db/virtual/SettingsTable.java: ########## @@ -42,12 +42,12 @@ import org.apache.cassandra.service.ClientWarn; import org.yaml.snakeyaml.introspector.Property; -final class SettingsTable extends AbstractVirtualTable +public final class SettingsTable extends AbstractVirtualTable Review Comment: Yes, it's needed for the Config test to access BACKWARDS_COMPATIBLE_NAMES since these files are in different packages. -- 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]

