This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch vector-index-dev in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/vector-index-dev by this push: new 24ff0fe2e96 add is_virtual_slot (#50390) 24ff0fe2e96 is described below commit 24ff0fe2e9678cb30129fcb966cd12148dc52d61 Author: zhiqiang <hezhiqi...@selectdb.com> AuthorDate: Thu Apr 24 19:15:18 2025 +0800 add is_virtual_slot (#50390) --- gensrc/thrift/Exprs.thrift | 1 + 1 file changed, 1 insertion(+) diff --git a/gensrc/thrift/Exprs.thrift b/gensrc/thrift/Exprs.thrift index e6091cfd666..d9107c5adb5 100644 --- a/gensrc/thrift/Exprs.thrift +++ b/gensrc/thrift/Exprs.thrift @@ -182,6 +182,7 @@ struct TSlotRef { 1: required Types.TSlotId slot_id 2: required Types.TTupleId tuple_id 3: optional i32 col_unique_id + 4: optional bool is_virtual_slot } struct TColumnRef { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org