Skip to content

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

Merged
FrankChen021 merged 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo
Apr 25, 2026
Merged

Fix 'occured' -> 'occurred' typos#19345
FrankChen021 merged 1 commit intoapache:masterfrom
SAY-5:fix-occured-occurred-typo

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@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
Copy link
Copy Markdown
Member

@FrankChen021 FrankChen021 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changes LGTM, no correctness issues found.

@FrankChen021 FrankChen021 merged commit dd5fe7c into apache:master Apr 25, 2026
1 check passed
@github-actions github-actions Bot added this to the 38.0.0 milestone Apr 25, 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.

2 participants