This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new 202e5d31a7a branch-4.0: [chore](inverted index) remove duplicate code
in comparison evaluate index #57115 (#57125)
202e5d31a7a is described below
commit 202e5d31a7a31068a8b4adcf657d90ebda01f096
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 20 09:26:36 2025 +0800
branch-4.0: [chore](inverted index) remove duplicate code in comparison
evaluate index #57115 (#57125)
Cherry-picked from #57115
Co-authored-by: Jack <[email protected]>
---
be/src/vec/functions/functions_comparison.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/be/src/vec/functions/functions_comparison.h
b/be/src/vec/functions/functions_comparison.h
index da740f59211..28c74f4bc14 100644
--- a/be/src/vec/functions/functions_comparison.h
+++ b/be/src/vec/functions/functions_comparison.h
@@ -489,8 +489,6 @@ public:
std::unique_ptr<segment_v2::InvertedIndexQueryParamFactory>
query_param = nullptr;
RETURN_IF_ERROR(segment_v2::InvertedIndexQueryParamFactory::create_query_value(
param_type, ¶m_value, query_param));
-
RETURN_IF_ERROR(segment_v2::InvertedIndexQueryParamFactory::create_query_value(
- param_type, ¶m_value, query_param));
segment_v2::InvertedIndexParam param;
param.column_name = data_type_with_name.first;
@@ -625,4 +623,4 @@ public:
};
#include "common/compile_check_end.h"
-} // namespace doris::vectorized
\ No newline at end of file
+} // namespace doris::vectorized
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]