This is an automated email from the ASF dual-hosted git repository.

saranyak pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-sidecar.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 3fd71b01 ninja fix: Remove unused import in IdentityToRoleCache.java
3fd71b01 is described below

commit 3fd71b0127f4761e8f20a3ba28d4342d61e275c3
Author: Saranya Krishnakumar <[email protected]>
AuthorDate: Tue Jan 20 15:30:55 2026 -0800

    ninja fix: Remove unused import in IdentityToRoleCache.java
---
 .../main/java/org/apache/cassandra/sidecar/acl/IdentityToRoleCache.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/cassandra/sidecar/acl/IdentityToRoleCache.java
 
b/server/src/main/java/org/apache/cassandra/sidecar/acl/IdentityToRoleCache.java
index afe98a54..c6eaf0d0 100644
--- 
a/server/src/main/java/org/apache/cassandra/sidecar/acl/IdentityToRoleCache.java
+++ 
b/server/src/main/java/org/apache/cassandra/sidecar/acl/IdentityToRoleCache.java
@@ -27,7 +27,6 @@ import io.vertx.core.Vertx;
 import org.apache.cassandra.sidecar.concurrent.ExecutorPools;
 import org.apache.cassandra.sidecar.config.SidecarConfiguration;
 import org.apache.cassandra.sidecar.db.SystemAuthDatabaseAccessor;
-import org.apache.cassandra.sidecar.exceptions.SchemaUnavailableException;
 import org.apache.cassandra.sidecar.metrics.SidecarMetrics;
 
 /**


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to