From f0accfd73289c0d2b505b7ea7ec30f144e2080c1 Mon Sep 17 00:00:00 2001 From: duanmeng Date: Sat, 16 Dec 2023 12:25:40 -0800 Subject: [PATCH] Remove unused isRawInput variable (#8078) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/8078 Reviewed By: amitkdutta Differential Revision: D52231312 Pulled By: xiaoxmeng fbshipit-source-id: ce9662531f098731b535ced4afeda4313f3a697f --- velox/functions/prestosql/aggregates/MinMaxByAggregates.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/velox/functions/prestosql/aggregates/MinMaxByAggregates.cpp b/velox/functions/prestosql/aggregates/MinMaxByAggregates.cpp index 3ea45c2bb41f..877134ceff88 100644 --- a/velox/functions/prestosql/aggregates/MinMaxByAggregates.cpp +++ b/velox/functions/prestosql/aggregates/MinMaxByAggregates.cpp @@ -1148,7 +1148,6 @@ exec::AggregateRegistrationResult registerMinMaxBy(const std::string& name) { const TypePtr& resultType, const core::QueryConfig& /*config*/) -> std::unique_ptr { - const auto isRawInput = exec::isRawInput(step); const std::string errorMessage = fmt::format( "Unknown input types for {} ({}) aggregation: {}", name,