This is an automated email from the ASF dual-hosted git repository.
FrankChen021 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 31c15b765b5 msq: fix 'occured' -> 'occurred' in ControllerClient
Javadoc (#19331)
31c15b765b5 is described below
commit 31c15b765b5fe972e5e04ab192b3c5bc17e197b8
Author: Sai Asish Y <[email protected]>
AuthorDate: Fri Apr 24 21:52:50 2026 -0700
msq: fix 'occured' -> 'occurred' in ControllerClient Javadoc (#19331)
Javadoc in
multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java
line 84 read 'error has occured'. Fixed to 'occurred'. Comment-only change.
Signed-off-by: SAY-5 <[email protected]>
Co-authored-by: SAY-5 <[email protected]>
---
.../src/main/java/org/apache/druid/msq/exec/ControllerClient.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java
b/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java
index f56b752133f..550009c25cd 100644
---
a/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java
+++
b/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java
@@ -81,7 +81,7 @@ public interface ControllerClient extends Closeable
) throws IOException;
/**
- * Client side method to inform the controller that the error has occured in
the given worker.
+ * Client side method to inform the controller that the error has occurred
in the given worker.
*/
void postWorkerError(MSQErrorReport errorWrapper) throws IOException;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]