From 514a6117809dee97708b3e5c823138f5a21943e3 Mon Sep 17 00:00:00 2001 From: Reema Alzaid Date: Tue, 18 Aug 2026 22:43:39 +0300 Subject: [PATCH] [GLUTEN-10134][VL] Remove redundant registerSparkCastModeSpecialForms call --- cpp/velox/operators/functions/RegistrationAllFunctions.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/cpp/velox/operators/functions/RegistrationAllFunctions.cc b/cpp/velox/operators/functions/RegistrationAllFunctions.cc index 49c9e3728c9..752953390dd 100644 --- a/cpp/velox/operators/functions/RegistrationAllFunctions.cc +++ b/cpp/velox/operators/functions/RegistrationAllFunctions.cc @@ -33,7 +33,6 @@ #include "velox/functions/sparksql/Rand.h" #include "velox/functions/sparksql/aggregates/Register.h" #include "velox/functions/sparksql/registration/Register.h" -#include "velox/functions/sparksql/specialforms/SparkCastExpr.h" #include "velox/functions/sparksql/window/WindowFunctionsRegistration.h" using namespace facebook; @@ -85,7 +84,6 @@ void registerFunctionOverwrite() { void registerAllFunctions() { velox::functions::sparksql::registerFunctions(""); - velox::functions::sparksql::registerSparkCastModeSpecialForms(); velox::aggregate::prestosql::registerAllAggregateFunctions( "", true /*registerCompanionFunctions*/, false /*onlyPrestoSignatures*/, true /*overwrite*/); velox::functions::aggregate::sparksql::registerAggregateFunctions(