This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 8ff95a00f33 [Fix](test) fix test case output for
inverted_index_p0.test_tokenize (#35464)
8ff95a00f33 is described below
commit 8ff95a00f33bd4cca4104107c4d7581bd88cd863
Author: airborne12 <[email protected]>
AuthorDate: Mon May 27 19:19:24 2024 +0800
[Fix](test) fix test case output for inverted_index_p0.test_tokenize
(#35464)
---
regression-test/data/inverted_index_p0/test_tokenize.out | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/regression-test/data/inverted_index_p0/test_tokenize.out
b/regression-test/data/inverted_index_p0/test_tokenize.out
index a3984ca9105..ae22daffe15 100644
--- a/regression-test/data/inverted_index_p0/test_tokenize.out
+++ b/regression-test/data/inverted_index_p0/test_tokenize.out
@@ -19,6 +19,15 @@
["人民", "可以", "得到", "更多", "实惠"]
["陕西", "陕西省", "西安", "西安市", "高新", "高新区", "新区", "创业", "业大", "大厦", "A", "座", "我",
"手机", "手机号", "手机号码", "机号码", "号码", "12345678901", "邮箱", "12345678", "qq", "com",
"ip", "information", "created", "automatically"]
+-- !sql --
+["我", "来到", "北京", "清华", "清华大学", "华大", "大学"]
+["我爱你", "中国"]
+["人民", "可以", "得到", "更多", "实惠"]
+["陕西", "陕西省", "西安", "西安市", "高新", "高新区", "新区", "创业", "业大", "大厦", "A", "座", "我",
"手机", "手机号", "手机号码", "机号码", "号码", "12345678901", "邮箱", "12345678", "qq", "com",
"ip", "information", "created", "automatically"]
+
+-- !tokenize_sql --
+["get", "images", "hm", "bg", "jpg", "http", "1", "0", "test", "abc", "bcd"]
+
-- !tokenize_sql --
["get", "images", "hm", "bg", "jpg", "http", "1", "0", "test", "abc", "bcd"]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]