From 8e81df3b24b25f1a387774dcf4daa73f9bf530d0 Mon Sep 17 00:00:00 2001 From: niuxianhui Date: Mon, 25 May 2026 07:18:43 -0700 Subject: [PATCH] [doc] release-3.0.4 EN: fix wrong PR ref for Hudi JNI Scanner item The Hudi JNI Scanner Behavior Change bullet linked to apache/doris#44396, which is actually the PR for the Colocate auto-bucket prohibition on the next line. The Hudi JNI Scanner change is apache/doris#44267 (as zh correctly references). Correct the link. Co-Authored-By: Claude Opus 4.7 (1M context) --- releasenotes/v3.0/release-3.0.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/v3.0/release-3.0.4.md b/releasenotes/v3.0/release-3.0.4.md index 81ae9be4e334cf..4794929ff7afeb 100644 --- a/releasenotes/v3.0/release-3.0.4.md +++ b/releasenotes/v3.0/release-3.0.4.md @@ -21,7 +21,7 @@ Dear community members, the Apache Doris 3.0.4 version was officially released o - For more information, please refer to documentation: [Export Overview - Apache Doris](https://doris.apache.org/docs/3.0/data-operate/export/export-overview) - When querying a data source with case-insensitive table names (such as Hive) through External Catalog, in previous versions, you can use any case to query the table name, but in version 3.0.4, Doris's own table name case sensitivity policy will be strictly followed. -- The Hudi JNI Scanner has been replaced from Spark API to Hadoop API to enhance compatibility. Users can switch by setting the session variable `set hudi_jni_scanner=spark/hadoop`. [#44396](https://github.com/apache/doris/pull/44396) +- The Hudi JNI Scanner has been replaced from Spark API to Hadoop API to enhance compatibility. Users can switch by setting the session variable `set hudi_jni_scanner=spark/hadoop`. [#44267](https://github.com/apache/doris/pull/44267) - The use of `auto bucket` in Colocate tables is prohibited. [#44396](https://github.com/apache/doris/pull/44396) - Paimon cache has been added to the Catalog, eliminating real-time data queries. [#44911 ](https://github.com/apache/doris/pull/44911) - The default value of `max_broker_concurrency` has been increased to improve performance for large-scale data imports with Broker Load. [#44929](https://github.com/apache/doris/pull/44929)