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-analytics.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c1642ade ninja Fix: Fix comment in CommitCoordinator.java
c1642ade is described below

commit c1642adefb06f3fcba3ea92c8bcb0474febdc137
Author: Saranya Krishnakumar <[email protected]>
AuthorDate: Wed Feb 11 13:20:14 2026 -0800

    ninja Fix: Fix comment in CommitCoordinator.java
---
 .../java/org/apache/cassandra/spark/bulkwriter/CommitCoordinator.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CommitCoordinator.java
 
b/cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CommitCoordinator.java
index 7ce727d7..14c24ebf 100644
--- 
a/cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CommitCoordinator.java
+++ 
b/cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CommitCoordinator.java
@@ -110,7 +110,7 @@ public final class CommitCoordinator extends 
AbstractFuture<List<CommitResult>>
                                                                               
.collect(Collectors.toList());
         // Create an aggregate ListenableFuture around the list of futures 
containing the results of the commit calls.
         // We'll fail fast if any of those errMsg (note that an errMsg here 
means an unexpected exception,
-        // not a failure response from CassandraManager).
+        // not a failure response from Sidecar).
         // The callback on the aggregate listener sets the return value for 
this AbstractFuture
         // so callers can make blocking calls to CommitCoordinator::get.
         allCommits = Futures.allAsList(commitFutures);


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

Reply via email to