diff --git a/be/src/vec/aggregate_functions/aggregate_function_window.cpp b/be/src/vec/aggregate_functions/aggregate_function_window.cpp index b96f241e513c478..269c518b483e95d 100644 --- a/be/src/vec/aggregate_functions/aggregate_function_window.cpp +++ b/be/src/vec/aggregate_functions/aggregate_function_window.cpp @@ -54,7 +54,7 @@ AggregateFunctionPtr create_aggregate_function_row_number(const std::string& nam } template