This is an automated email from the ASF dual-hosted git repository.

zclll 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 4552d977984 Add info tips for GEO type docs (#2914)
4552d977984 is described below

commit 4552d977984b92a1f0eb2ee385d7f0afd0356445
Author: zclllyybb <[email protected]>
AuthorDate: Thu Sep 25 14:41:49 2025 +0800

    Add info tips for GEO type docs (#2914)
    
    ## Versions
    
    - [x] dev
    - [ ] 3.0
    - [ ] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md   | 3 +++
 .../sql-manual/basic-element/sql-data-types/semi-structured/GEO.md    | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md 
b/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
index dc4559ddc0e..8091c663e87 100644
--- a/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
+++ b/docs/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
@@ -5,6 +5,9 @@
 }
 ---
 
+:::info
+The GEO type described in this document is not an actual data type in Doris, 
but rather a specific format of data stored based on String/Varchar type, along 
with the usage of related functions.
+:::
 
 Geospatial types are special data types in databases used to store and 
manipulate geospatial data, which can represent geometric objects such as 
points, lines, and polygons,Core purposes are as follows:.
 - Store geographic location information (e.g., longitude and latitude).
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
index 8b9b711cca9..102bec72cc5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/sql-manual/basic-element/sql-data-types/semi-structured/GEO.md
@@ -5,7 +5,9 @@
 }
 ---
 
-
+:::info
+本文档所述的 GEO 类型,在 Doris 中并非一种实际的数据类型,而是基于 String/Varchar 类型存储的特定格式数据及配套函数用法。
+:::
 
 
 地理空间类型是数据库中用于存储和操作地理空间数据的特殊数据类型,可表示点、线、面等几何对象,核心用途如下。


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to