Skip to content

docs: catch upgrade notes page up#19447

Merged
317brian merged 2 commits into
apache:masterfrom
317brian:copy-37-upgradenotes
May 13, 2026
Merged

docs: catch upgrade notes page up#19447
317brian merged 2 commits into
apache:masterfrom
317brian:copy-37-upgradenotes

Conversation

@317brian
Copy link
Copy Markdown
Contributor

  • Copies the upgrade notes from the last few releases
  • Fixes incorrect heading levels

This PR has:

  • been self-reviewed.

(cherry picked from commit 2ea198c)
@317brian 317brian marked this pull request as ready for review May 12, 2026 17:31
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.

Severity Findings
P0 0
P1 0
P2 1
P3 2
Total 3

Reviewed 1 of 1 changed files.


This is an automated review by Codex GPT-5.5

PRIMARY KEY (fingerprint),
);

CREATE INDEX idx_druid_compactionStates_used ON druid_compactionStates(used, used_status_last_updated);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

[P2] Fix the manual indexingStates DDL before publishing it

The manual Postgres DDL for operators with createTables disabled does not create a runnable schema: it creates druid_indexingStates, leaves a trailing comma after PRIMARY KEY, then creates the index on druid_compactionStates, which is not the table Druid uses. SQLMetadataConnector creates the indexingStates table and indexes that same table, so following this upgrade note as written will fail before the required migration is complete.

Comment thread docs/release-info/upgrade-notes.md Outdated
Comment thread docs/release-info/upgrade-notes.md Outdated
@317brian 317brian merged commit 04e4267 into apache:master May 13, 2026
8 checks passed
@github-actions github-actions Bot added this to the 38.0.0 milestone May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants