This is an automated email from the ASF dual-hosted git repository.

airborne 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 175e6ebcc38 [chore](inverted index) remove duplicate code in 
comparison evaluate index (#57115)
175e6ebcc38 is described below

commit 175e6ebcc3894cc333bc3507ab2c48bcc2a7af4b
Author: Jack <[email protected]>
AuthorDate: Sat Oct 18 15:47:57 2025 +0800

    [chore](inverted index) remove duplicate code in comparison evaluate index 
(#57115)
---
 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 f9995508af7..9493ebc95ac 100644
--- a/be/src/vec/functions/functions_comparison.h
+++ b/be/src/vec/functions/functions_comparison.h
@@ -490,8 +490,6 @@ public:
         std::unique_ptr<segment_v2::InvertedIndexQueryParamFactory> 
query_param = nullptr;
         
RETURN_IF_ERROR(segment_v2::InvertedIndexQueryParamFactory::create_query_value(
                 param_type, &param_value, query_param));
-        
RETURN_IF_ERROR(segment_v2::InvertedIndexQueryParamFactory::create_query_value(
-                param_type, &param_value, query_param));
 
         segment_v2::InvertedIndexParam param;
         param.column_name = data_type_with_name.first;
@@ -626,4 +624,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]

Reply via email to