Skip to content

Fix 'occured' -> 'occurred' typos#19345

Open
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo
Open

Fix 'occured' -> 'occurred' typos#19345
SAY-5 wants to merge 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown

@SAY-5 SAY-5 commented Apr 17, 2026

Minor spelling correction across three Java files — occuredoccurred.

Two of the three fixes are in user-visible alert messages emitted from catch blocks:

  • extensions-core/druid-catalog/src/main/java/org/apache/druid/catalog/sync/CacheNotifier.java"Error occurred while handling updates."
  • extensions-core/druid-catalog/src/main/java/org/apache/druid/catalog/sync/CatalogUpdateReceiver.java"Error occurred while refreshing catalog."

The third is in a Javadoc comment on ControllerClient.postWorkerError.

No functional changes.

Small spelling correction across three Java files:

- multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerClient.java  (javadoc)
- extensions-core/druid-catalog/src/main/java/org/apache/druid/catalog/sync/CacheNotifier.java  (alert log message emitted from catch block)
- extensions-core/druid-catalog/src/main/java/org/apache/druid/catalog/sync/CatalogUpdateReceiver.java  (alert log message emitted from catch block)

No functional changes.

Signed-off-by: Sai Asish Y <say.apm35@gmail.com>
@github-actions github-actions bot added Area - Batch Ingestion Area - MSQ For multi stage queries - https://github.com/apache/druid/issues/12262 labels Apr 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area - Batch Ingestion Area - MSQ For multi stage queries - https://github.com/apache/druid/issues/12262

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant