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

morrysnow 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 beed4b0ed18 [runtime filter] rename not int to not in (#2476)
beed4b0ed18 is described below

commit beed4b0ed18dddebca13e28a00c682335e881840
Author: Weigong Wu <[email protected]>
AuthorDate: Wed Jul 30 11:14:19 2025 +0800

    [runtime filter] rename not int to not in (#2476)
---
 .../current/table-design/index/bloomfilter.md                           | 2 +-
 .../version-2.0/table-design/index/bloomfilter.md                       | 2 +-
 .../version-2.1/table-design/index/bloomfilter.md                       | 2 +-
 .../version-3.0/table-design/index/bloomfilter.md                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/index/bloomfilter.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/index/bloomfilter.md
index 6a9e3f4234a..518f354be8c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/index/bloomfilter.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/table-design/index/bloomfilter.md
@@ -36,7 +36,7 @@ BloomFilter 索引能够对等值查询(包括 = 和 IN)加速,对高基
 
 BloomFilter 的使用有下面一些限制:
 
-- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT INT, >, < 等
+- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT IN, >, < 等
 
 - 不支持对 Tinyint、Float、Double 类型的列建 BloomFilter 索引。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/index/bloomfilter.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/index/bloomfilter.md
index 6a9e3f4234a..518f354be8c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/index/bloomfilter.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/table-design/index/bloomfilter.md
@@ -36,7 +36,7 @@ BloomFilter 索引能够对等值查询(包括 = 和 IN)加速,对高基
 
 BloomFilter 的使用有下面一些限制:
 
-- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT INT, >, < 等
+- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT IN, >, < 等
 
 - 不支持对 Tinyint、Float、Double 类型的列建 BloomFilter 索引。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/bloomfilter.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/bloomfilter.md
index 6a9e3f4234a..518f354be8c 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/bloomfilter.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/table-design/index/bloomfilter.md
@@ -36,7 +36,7 @@ BloomFilter 索引能够对等值查询(包括 = 和 IN)加速,对高基
 
 BloomFilter 的使用有下面一些限制:
 
-- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT INT, >, < 等
+- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT IN, >, < 等
 
 - 不支持对 Tinyint、Float、Double 类型的列建 BloomFilter 索引。
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/bloomfilter.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/bloomfilter.md
index ffe2b2fd1b5..c1a1072f864 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/bloomfilter.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/table-design/index/bloomfilter.md
@@ -36,7 +36,7 @@ BloomFilter 索引能够对等值查询(包括 = 和 IN)加速,对高基
 
 BloomFilter 的使用有下面一些限制:
 
-- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT INT, >, < 等
+- 对 IN 和 = 之外的查询没有效果,比如 !=, NOT IN, >, < 等
 
 - 不支持对 Tinyint、Float、Double 类型的列建 BloomFilter 索引。
 


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

Reply via email to