From 08798bbe17637bd1e654bc1444c80315a3e00dc0 Mon Sep 17 00:00:00 2001 From: arnavb Date: Thu, 12 Dec 2024 15:53:17 +0000 Subject: [PATCH] update --- cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc index 163d65221d0f..5c395f69978f 100644 --- a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc +++ b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc @@ -60,7 +60,6 @@ const std::unordered_set kRegexFunctions = { const std::unordered_set kBlackList = { "split_part", - "factorial", "concat_ws", "from_json", "json_array_length",