This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new ec6f0e7d332 [chore](type) assign explicit value for enum (#50157) ec6f0e7d332 is described below commit ec6f0e7d3324d6422aa567d388a53f39e6f5104c Author: TengJianPing <tengjianp...@selectdb.com> AuthorDate: Sat Apr 19 08:13:10 2025 +0800 [chore](type) assign explicit value for enum (#50157) --- be/src/vec/core/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/vec/core/types.h b/be/src/vec/core/types.h index 9b8b5657623..72197a6a723 100644 --- a/be/src/vec/core/types.h +++ b/be/src/vec/core/types.h @@ -102,7 +102,7 @@ enum class TypeIndex { Decimal256 = 45, IPv4 = 46, IPv6 = 47, - Int256 + Int256 = 48 }; struct Consted { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org