qidaye opened a new issue, #39963: URL: https://github.com/apache/doris/issues/39963
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) 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? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org