From 48bd17d8bc07545fd7d4eeb906616062c58b51a5 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Mon, 13 Nov 2023 20:20:58 +0800 Subject: [PATCH] Move date_format back --- cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc index 1baf00787dae2..2a083426aaacd 100644 --- a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc +++ b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc @@ -45,6 +45,7 @@ static const std::unordered_set kBlackList = { "json_array_length", "from_unixtime", "repeat", + "date_format", "trunc", "sequence", "posexplode",