sarankk commented on code in PR #165: URL: https://github.com/apache/cassandra-sidecar/pull/165#discussion_r1901283365
########## server/src/main/java/org/apache/cassandra/sidecar/db/schema/SystemAuthSchema.java: ########## @@ -66,21 +100,41 @@ protected String tableName() "tables in system_auth keyspace"); } - @Nullable + @NotNull public PreparedStatement selectRoleFromIdentity() { + ensureSchemaAvailable(); Review Comment: This change is unrelated to this PR, this is Yifan's PR https://github.com/apache/cassandra-sidecar/pull/156, it was pulled in for resolving errors in test. Hence resolving comment. -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org