This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch vector-index-dev in repository https://gitbox.apache.org/repos/asf/doris.git
commit c8c304eb625d1b9eb98e8b170474d3e37e1e237b 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 2bd2c2fd8f7..d4be8d228cb 100644 --- a/gensrc/thrift/Exprs.thrift +++ b/gensrc/thrift/Exprs.thrift @@ -187,6 +187,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