doris 2.1 执行一条删除语句后,后续所有查询报错

Viewed 25

执行:delete from table_name where ip='ip' and info is null
其中info 字段是 variant 类型
再执行任何基于此表的查询都报错:
failed to initialize storage reader. tablet=7439511, res=[E-1501][E-1501] Unexpected type when choosing predicate column ,type=35
0# doris::Exception::exception(int,std::basic_string_view<char,std::char_traits>const&) at /var/..../bits/unique_ptr.h:173
1# doris:: Schema::get_predicate_column_ptr(doris::fieldType const&,bool,doris::ReaderType) at /home/.../olap/schema.cpp:0

1 Answers

好像是之前的bug吧,升级到2.1.6应该就能解决