This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 745f29f557 [typo](doc) add version label (#19148) 745f29f557 is described below commit 745f29f557eeea54d16c6f9490590c7d9a87a0d1 Author: gnehil <adamlee...@gmail.com> AuthorDate: Thu Apr 27 23:22:24 2023 +0800 [typo](doc) add version label (#19148) --- docs/en/docs/lakehouse/multi-catalog/multi-catalog.md | 4 ++++ docs/en/docs/sql-manual/sql-functions/json-functions/json_extract.md | 3 +++ docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md | 4 ++++ .../docs/sql-manual/sql-functions/json-functions/json_extract.md | 3 +++ 4 files changed, 14 insertions(+) diff --git a/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md b/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md index d0f76713a6..e0a6244bc0 100644 --- a/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md +++ b/docs/en/docs/lakehouse/multi-catalog/multi-catalog.md @@ -359,6 +359,8 @@ To enable automatic update, you need to modify the hive-site.xml of HMS and then > Note: To enable automatic update, whether for existing Catalogs or newly > created Catalogs, all you need is to set > `enable_hms_events_incremental_sync` to `true`, and then restart the FE > node. You don't need to manually update the metadata before or after the > restart. +<version since="dev"> + #### Timing Refresh When creating a catalog, specify the refresh time parameter `metadata_refresh_interval_sec` in the properties, in seconds. If this parameter is set when creating a catalog, the master node of FE will refresh the catalog regularly according to the parameter value. Three types are currently supported @@ -377,3 +379,5 @@ CREATE CATALOG es PROPERTIES ( "metadata_refresh_interval_sec"="20" ); ``` + +</version> diff --git a/docs/en/docs/sql-manual/sql-functions/json-functions/json_extract.md b/docs/en/docs/sql-manual/sql-functions/json-functions/json_extract.md index da9b4db633..d6b9674f9a 100644 --- a/docs/en/docs/sql-manual/sql-functions/json-functions/json_extract.md +++ b/docs/en/docs/sql-manual/sql-functions/json-functions/json_extract.md @@ -23,6 +23,9 @@ under the License. --> ## json_extract + +<version since="dev"></version> + ### description #### Syntax diff --git a/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md b/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md index 12343f7da9..2025ffaefa 100644 --- a/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md +++ b/docs/zh-CN/docs/lakehouse/multi-catalog/multi-catalog.md @@ -361,6 +361,8 @@ Doris 的权限管理功能提供了对 Catalog 层级的扩展,具体可参 > 使用建议: 无论是之前已经创建好的catalog现在想改为自动刷新,还是新创建的 catalog,都只需要把 > `enable_hms_events_incremental_sync` 设置为true,重启fe节点,无需重启之前或之后再手动刷新元数据。 +<version since="dev"> + #### 定时刷新 在创建catalog时,在properties 中指定刷新时间参数`metadata_refresh_interval_sec` ,以秒为单位,若在创建catalog时设置了该参数,FE 的master节点会根据参数值定时刷新该catalog。目前支持三种类型 @@ -380,3 +382,5 @@ CREATE CATALOG es PROPERTIES ( ); ``` +</version> + diff --git a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json_extract.md b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json_extract.md index fc294a64b4..8159eac1ee 100644 --- a/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json_extract.md +++ b/docs/zh-CN/docs/sql-manual/sql-functions/json-functions/json_extract.md @@ -23,6 +23,9 @@ under the License. --> ## json_extract + +<version since="dev"></version> + ### description #### Syntax --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org