This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
commit aa2fc269c7a570c4c24112a9ae7f1bd4b32d3d27 Author: Kang <[email protected]> AuthorDate: Fri Sep 22 23:11:46 2023 +0800 fix be compile error --- be/src/vec/exprs/vmatch_predicate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/be/src/vec/exprs/vmatch_predicate.h b/be/src/vec/exprs/vmatch_predicate.h index 75d17298b8c..10afd2ce18b 100644 --- a/be/src/vec/exprs/vmatch_predicate.h +++ b/be/src/vec/exprs/vmatch_predicate.h @@ -67,6 +67,6 @@ private: std::string _expr_name; std::string _function_name; InvertedIndexCtxSPtr _inverted_index_ctx; - std::unique_ptr<lucene::analysis::Analyzer> _analyzer; + std::shared_ptr<lucene::analysis::Analyzer> _analyzer; }; } // namespace doris::vectorized \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
