This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 943b08bcdf fix master compile error (#8992) 943b08bcdf is described below commit 943b08bcdfef8b9b7bf49ce9e5134c2695516ded Author: camby <104178...@qq.com> AuthorDate: Wed Apr 13 11:23:37 2022 +0800 fix master compile error (#8992) Co-authored-by: cambyzju <zhuxiaol...@baidu.com> --- be/src/util/array_parser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/be/src/util/array_parser.cpp b/be/src/util/array_parser.cpp index 133573af52..267b2e9896 100644 --- a/be/src/util/array_parser.cpp +++ b/be/src/util/array_parser.cpp @@ -29,7 +29,6 @@ std::unordered_map<FunctionContext::Type, PrimitiveType> ArrayParser::_types_map {FunctionContext::TYPE_LARGEINT, PrimitiveType::TYPE_LARGEINT}, {FunctionContext::TYPE_FLOAT, PrimitiveType::TYPE_FLOAT}, {FunctionContext::TYPE_DOUBLE, PrimitiveType::TYPE_DOUBLE}, - {FunctionContext::TYPE_DECIMAL_DEPRACTED, PrimitiveType::TYPE_DECIMAL_DEPRACTED}, {FunctionContext::TYPE_DATE, PrimitiveType::TYPE_DATE}, {FunctionContext::TYPE_DATETIME, PrimitiveType::TYPE_DATETIME}, {FunctionContext::TYPE_CHAR, PrimitiveType::TYPE_CHAR}, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org