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: [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]