-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Closed
Copy link
Description
Search before asking
- I had searched in the issues and found no similar issues.
Version
master/branch-2.1
What's Wrong?
W20240724 05:00:12.816290 857814 tablet_schema.cpp:554] MAP type has more than 2 children types.
W20240724 05:00:12.816304 857814 file_system.cpp:68)][NOT_FOUND]failed to get file size /mnt/disk2/VEC_ASAN/doris.HDD/data/675/323635/1483144015/02000000000004d0160d4b1e4274971bbb6ab5734ce2c8ec9c_0_323526.id>
W20240724 05:00:12.816311 857814 file_system.cpp:68)[NOT_FOUND]failed to get file size
/mnt/disk2/VEC_ASAN/doris.HDD/data/675/323635/1483144015/02000000004d0160d4b1e4274971bbb6ab5734ce2c8ec9c_0_323526.idx
What You Expected?
No warning logs.
How to Reproduce?
CREATE TABLE t1
(
k1 int ,
k2 string,
k3 char(50),
k4 varchar(200),
k5 int,
index index_int (k1) using inverted,
index index_str_k2 (k2) using inverted properties("parser"="english","ignore_above"="257"),
index `index_ngram_k4` (`k4`) USING NGRAM_BF PROPERTIES("gram_size"="3", "bf_size"="1024")
)
DISTRIBUTED BY RANDOM BUCKETS 1
PROPERTIES("replication_num" = "1","inverted_index_storage_format"="v1", "bloom_filter_columns" = "k5");
insert into t2 values(1, "json love anny", "json", "anny",1);
insert into t1 values(2, "andy hate banana", "andy", "banana",2);
insert into t1 values(3, "liam love apple", "liam", "anpple",3);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
insert into t1 values(4, "tom hate apple", "tom", "anpple",4);
drop index index_int on t1;
Anything Else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels