sarankk commented on code in PR #165:
URL: https://github.com/apache/cassandra-sidecar/pull/165#discussion_r1893244676
##########
server-common/src/main/java/org/apache/cassandra/sidecar/db/schema/AbstractSchema.java:
##########
@@ -69,13 +81,16 @@ protected boolean initializeInternal(@NotNull Session
session)
}
prepareStatements(session);
+ logger.info("{} is initialized!", this.getClass().getSimpleName());
return true;
}
protected abstract String keyspaceName();
protected abstract void prepareStatements(@NotNull Session session);
+ protected abstract void unprepareStatements();
Review Comment:
Makes sense. This is a temporary fix to get tests passing, re-preparing code
will go away once we have a way to start Cassandra clusters will authentication
in Integration test.
--
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]