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

philo-he pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 791e0a2a8f [GLUTEN-10134][VL] Remove redundant 
registerSparkCastModeSpecialForms call (#12816)
791e0a2a8f is described below

commit 791e0a2a8f21f976c817676855f39753f716dc63
Author: Reema <[email protected]>
AuthorDate: Wed Aug 19 19:18:20 2026 +0200

    [GLUTEN-10134][VL] Remove redundant registerSparkCastModeSpecialForms call 
(#12816)
---
 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 49c9e3728c..752953390d 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(


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to