arjunashok commented on code in PR #144:
URL: https://github.com/apache/cassandra-sidecar/pull/144#discussion_r1911489919


##########
server/src/main/java/org/apache/cassandra/sidecar/job/OperationalJob.java:
##########
@@ -44,7 +43,7 @@ public abstract class OperationalJob implements Task<Void>
     // use v1 time-based uuid
     public final UUID jobId;
 
-    private final Promise<Void> executionPromise;
+    private final Promise<OperationalJobStatus> executionPromise;

Review Comment:
   Addressed based on offline sync



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

Reply via email to