This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 0056c536d0e [fix](iceberg) add sql hint (#1981) 0056c536d0e is described below commit 0056c536d0ed25b8264a8cf5a8bd1969350e753e Author: Mingyu Chen (Rayner) <morning...@163.com> AuthorDate: Thu Feb 6 22:39:21 2025 +0800 [fix](iceberg) add sql hint (#1981) ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- docs/lakehouse/catalogs/iceberg-catalog.md | 2 +- .../current/lakehouse/catalogs/iceberg-catalog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/lakehouse/catalogs/iceberg-catalog.md b/docs/lakehouse/catalogs/iceberg-catalog.md index 37ed990dfad..a69807b63a8 100644 --- a/docs/lakehouse/catalogs/iceberg-catalog.md +++ b/docs/lakehouse/catalogs/iceberg-catalog.md @@ -255,7 +255,7 @@ CREATE CATALOG iceberg_gdm PROPERTIES ( ### Iceberg on S3 Tables -``` +```sql CREATE CATALOG iceberg_s3 PROPERTIES ( 'type' = 'iceberg', 'iceberg.catalog.type' = 's3tables', diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md index 71f7ad48489..7140ba93096 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md @@ -267,7 +267,7 @@ CREATE CATALOG iceberg_gdm PROPERTIES ( ### Iceberg on S3 Tables -``` +```sql CREATE CATALOG iceberg_s3 PROPERTIES ( 'type' = 'iceberg', 'iceberg.catalog.type' = 's3tables', --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org