Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[changelog] add missing behavior change for 218 and 304 #2151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion blog/release-note-2.1.8.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Dear Community, **Apache Doris version 2.1.8 was officially released on January

## Behavior Changes

- 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 2.1.8, Doris's own table name case sensitivity policy will be strictly followed.
- Add the environment variable `SKIP_CHECK_ULIMIT` to skip the ulimit value verification check within the BE process. This is only available to applications in the Docker quick start scenario. [#45267](https://github.com/apache/doris/pull/45267)
- Add the `enable_cooldown_replica_affinity` session variable to control the selection of replica affinity for queries under cold - hot separation.
- In FE, add the configurations `restore_job_compressed_serialization` and `backup_job_compressed_serialization` to solve the OOM problem of FE during backup and restore operations when the number of db tablets is extremely large. By default, these configurations are disabled, and once enabled, they cannot be downgraded.
Expand Down Expand Up @@ -187,4 +188,4 @@ Dear Community, **Apache Doris version 2.1.8 was officially released on January

### Others

- Fix the potential memory leak problem when `enable_jvm_monitor=true` is enabled on the BE side [#44311](https://github.com/apache/doris/pull/44311).
- Fix the potential memory leak problem when `enable_jvm_monitor=true` is enabled on the BE side [#44311](https://github.com/apache/doris/pull/44311).
3 changes: 2 additions & 1 deletion blog/release-note-3.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,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 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)
Expand Down Expand Up @@ -230,4 +231,4 @@ Dear community members, the Apache Doris 3.0.4 version was officially released o

- When granting `CREATE_PRIV`, the existence of the corresponding resource is no longer checked. [#45125](https://github.com/apache/doris/pull/45125)
- Fixed the issue where queries on views with permissions could fail due to missing permissions for referenced tables in extreme scenarios. [#44621](https://github.com/apache/doris/pull/44621)
- Resolved the issue where permission checks for `use db` did not distinguish between internal and external Catalogs. [#45720](https://github.com/apache/doris/pull/45720)
- Resolved the issue where permission checks for `use db` did not distinguish between internal and external Catalogs. [#45720](https://github.com/apache/doris/pull/45720)
3 changes: 2 additions & 1 deletion docs/releasenotes/v3.0/release-3.0.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,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 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)
Expand Down Expand Up @@ -225,4 +226,4 @@ Dear community members, the Apache Doris 3.0.4 version was officially released o

- When granting `CREATE_PRIV`, the existence of the corresponding resource is no longer checked. [#45125](https://github.com/apache/doris/pull/45125)
- Fixed the issue where queries on views with permissions could fail due to missing permissions for referenced tables in extreme scenarios. [#44621](https://github.com/apache/doris/pull/44621)
- Resolved the issue where permission checks for `use db` did not distinguish between internal and external Catalogs. [#45720](https://github.com/apache/doris/pull/45720)
- Resolved the issue where permission checks for `use db` did not distinguish between internal and external Catalogs. [#45720](https://github.com/apache/doris/pull/45720)
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ under the License.
- 导出数据至 Parquet/ORC 格式时,`bitmap`、`quantile_state` 和 `hll` 类型将以 Binary 格式导出。同时新增支持导出 `jsonb` 和 `variant` 类型,导出格式为 `string`。 [#44041](https://github.com/apache/doris/pull/44041)

- 更多内容,参考文档:[Export Overview - Apache Doris](https://doris.apache.org/docs/3.0/data-operate/export/export-overview)
- 当通过 External Catalog 查询表名大小写不敏感的数据源(如 Hive)时,在之前版本中,可以使用任意大小写进行表名查询,但是在 3.0.4 版本中,将严格遵循 Doris 自身的表名大小写敏感策略。
- 将 Hudi JNI Scanner 从 Spark API 替换为 Hadoop API,以增强兼容性。用户可以通过设置会话变量 `set hudi_jni_scanner=spark/hadoop` 进行切换。[#44267](https://github.com/apache/doris/pull/44267)
- 禁止在 Colocate 表中使用 `auto bucket`。 [#44396](https://github.com/apache/doris/pull/44396)
- 为 Catalog 增加 Paimon 缓存,不再进行实时数据查询。 [#44911 ](https://github.com/apache/doris/pull/44911)
Expand Down Expand Up @@ -224,4 +225,4 @@ under the License.

- 赋予 `CREATE_PRIV` 时,不再检查对应资源是否存在。 [#45125](https://github.com/apache/doris/pull/45125)
- 修复在极端场景下,可能出现的查询有权限的视图,但报错没有视图中引用的表的权限的问题。 [#44621](https://github.com/apache/doris/pull/44621)
- 修复 `use db` 时检查权限时不区分内外 Catalog 的问题。 [#45720](https://github.com/apache/doris/pull/45720)
- 修复 `use db` 时检查权限时不区分内外 Catalog 的问题。 [#45720](https://github.com/apache/doris/pull/45720)
Loading