This is an automated email from the ASF dual-hosted git repository. morningman 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 a27bcbe882 [bugfix](compatibility) Fix a compatibility problem case by emun value changed (#13305) a27bcbe882 is described below commit a27bcbe882e86ae7628c661450f55737524e9532 Author: Zhengguo Yang <yangz...@gmail.com> AuthorDate: Thu Oct 13 09:09:19 2022 +0800 [bugfix](compatibility) Fix a compatibility problem case by emun value changed (#13305) Fix a compatibility problem case by enum value changed --- gensrc/thrift/Exprs.thrift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gensrc/thrift/Exprs.thrift b/gensrc/thrift/Exprs.thrift index c1f0bb65d8..acb69ad184 100644 --- a/gensrc/thrift/Exprs.thrift +++ b/gensrc/thrift/Exprs.thrift @@ -40,7 +40,6 @@ enum TExprNodeType { NULL_LITERAL, SLOT_REF, STRING_LITERAL, - JSON_LITERAL, TUPLE_IS_NULL_PRED, INFO_FUNC, FUNCTION_CALL, @@ -52,6 +51,9 @@ enum TExprNodeType { // only used in runtime filter BLOOM_PRED, + + // for josn + JSON_LITERAL, } //enum TAggregationOp { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org