From c0d725bb9dbb6cdcb7c029bfcc84d85eacf69d7e Mon Sep 17 00:00:00 2001 From: amorynan Date: Wed, 16 Oct 2024 23:04:55 +0800 Subject: [PATCH] fix formate --- be/src/vec/functions/array/function_array_index.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/be/src/vec/functions/array/function_array_index.h b/be/src/vec/functions/array/function_array_index.h index 5d9166abca04a6..ec31277c36c855 100644 --- a/be/src/vec/functions/array/function_array_index.h +++ b/be/src/vec/functions/array/function_array_index.h @@ -157,9 +157,9 @@ class FunctionArrayIndex : public IFunction { std::unique_ptr query_param = nullptr; RETURN_IF_ERROR(InvertedIndexQueryParamFactory::create_query_value(param_type, ¶m_value, query_param)); - RETURN_IF_ERROR(iter->read_from_inverted_index(data_type_with_name.first, - query_param->get_value(), - segment_v2::InvertedIndexQueryType::EQUAL_QUERY, num_rows, roaring)); + RETURN_IF_ERROR(iter->read_from_inverted_index( + data_type_with_name.first, query_param->get_value(), + segment_v2::InvertedIndexQueryType::EQUAL_QUERY, num_rows, roaring)); // here debug for check array_contains function really filter rows by inverted index correctly DBUG_EXECUTE_IF("array_func.array_contains", { auto result_bitmap = DebugPoints::instance()->get_debug_param_or_default(