Skip to content

Add 481 release notes#28894

Open
ebyhr wants to merge 1 commit intotrinodb:masterfrom
ebyhr:ebi/docs-481
Open

Add 481 release notes#28894
ebyhr wants to merge 1 commit intotrinodb:masterfrom
ebyhr:ebi/docs-481

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented Mar 27, 2026

Description

Release notes for 481

Release notes

Format: PR/issue number, ✅ / ❌ rn
✅ rn - release note added and verified, or assessed to be not necessary, set to ❌ rn before completion

25 Mar 2026 ✅

26 Mar 2026 ✅

27 Mar 2026 ✅

28 Mar 2026 ✅

29 Mar 2026 ✅

30 Mar 2026 ✅

31 Mar 2026 ✅

01 Apr 2026 ✅

02 Apr 2026 ✅

03 Apr 2026 ✅

04 Apr 2026 ✅

05 Apr 2026 ✅

06 Apr 2026 ✅

07 Apr 2026 ✅

08 Apr 2026 ✅

09 Apr 2026 ✅

10 Apr 2026 ✅

11 Apr 2026 ✅

12 Apr 2026 ✅

13 Apr 2026 ✅

14 Apr 2026 ✅

15 Apr 2026 ✅

16 Apr 2026 ✅

17 Apr 2026 ✅

19 Apr 2026

@cla-bot cla-bot bot added the cla-signed label Mar 27, 2026
@ebyhr ebyhr force-pushed the ebi/docs-481 branch 5 times, most recently from 075dc6a to 932c742 Compare April 3, 2026 01:31
@ebyhr ebyhr force-pushed the ebi/docs-481 branch 4 times, most recently from 2166bc0 to 8ca6df8 Compare April 8, 2026 00:10
* Fix failure when executing table procedures on tables with uppercase column names. ({issue}`28970`)
* Fix `ALTER TABLE EXECUTE OPTIMIZE` failure with OR predicates on partitioned
timestamp with time zone columns. ({issue}`27136`)
* TBD. ({issue}`28682`)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@hashhar Could you suggest on it ?

Comment thread docs/src/main/sphinx/release/release-481.md Outdated
Comment thread docs/src/main/sphinx/release/release-481.md
Comment thread docs/src/main/sphinx/release/release-481.md Outdated
@ebyhr
Copy link
Copy Markdown
Member Author

ebyhr commented Apr 8, 2026

@coderabbitai full review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

✅ Actions performed

Full review triggered.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 8, 2026

📝 Walkthrough

Walkthrough

Updated the Sphinx documentation release index for 2026 by adding an entry for release/release-481. Additionally, created a new release notes document detailing changes across the core engine, connectors, and SPI. The notes document type-casting enhancements, authentication token caching, connector metrics exposure, geometry handling updates, materialized view fixes, and JSON parsing improvements. Connector-specific changes address ClickHouse, Hive, Hudi, Iceberg, Lakehouse, and Delta. SPI notes include variant type support and deprecated method removals.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/src/main/sphinx/release/release-481.md`:
- Line 1: Update the release header that currently reads "# Release 481 (dd MMM
2026)" to include the actual release date instead of the placeholder; locate the
header line in release-481.md and replace "(dd MMM 2026)" with the concrete date
string (e.g., "(08 Apr 2026)") so the top-level title shows the final release
date.
- Around line 72-74: Normalize the inconsistent `{issue}` role usage by removing
the space between `{issue}` and the backtick in the two list items currently
written as "({issue} `28859`)" and "({issue} `28798`)" so they match the rest of
the file's "({issue}`...`)" syntax; update the strings "* Add support for Esri
GeoJson. ({issue} `28859`)" and "* Fix creation of unbucketed Hive tables in HMS
for Apache Hive 3.1. ({issue} `28798`)" to "({issue}`28859`)" and
"({issue}`28798`)" respectively.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 886c802c-92d4-4a4f-af00-a25856f85712

📥 Commits

Reviewing files that changed from the base of the PR and between 9f34e75 and 5576068.

📒 Files selected for processing (2)
  • docs/src/main/sphinx/release.md
  • docs/src/main/sphinx/release/release-481.md

@@ -0,0 +1,179 @@
# Release 481 (dd MMM 2026)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

Replace placeholder release date before merge.

(dd MMM 2026) looks like a template placeholder and should be a concrete date in the final notes.

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/src/main/sphinx/release/release-481.md` at line 1, Update the release
header that currently reads "# Release 481 (dd MMM 2026)" to include the actual
release date instead of the placeholder; locate the header line in
release-481.md and replace "(dd MMM 2026)" with the concrete date string (e.g.,
"(08 Apr 2026)") so the top-level title shows the final release date.

Comment thread docs/src/main/sphinx/release/release-481.md Outdated
@ebyhr ebyhr force-pushed the ebi/docs-481 branch 2 times, most recently from efa2604 to 127c833 Compare April 8, 2026 03:20
@ebyhr ebyhr marked this pull request as ready for review April 8, 2026 03:20

## Delta Lake connector

* {{breaking}} Remove legacy object storage support for Azure Storage,
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Putting breaking changes first as I proposed:

@ebyhr ebyhr force-pushed the ebi/docs-481 branch 2 times, most recently from 22a9455 to e20ea4a Compare April 8, 2026 03:48
systems. Use native file system support for object storage.
`fs.hadoop.enabled` now applies only to HDFS. See
[legacy file system support](file-system-legacy) for migration details. ({issue}`24878`)
* Add experimental support for the `variant` type for Iceberg v3 tables. ({issue}`24538`)
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.

We should mention that the CLI needs to be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants