From bf0604399ca26c688220bd958ca6f4a0e7d6e830 Mon Sep 17 00:00:00 2001 From: PHILO-HE Date: Wed, 24 Jan 2024 16:20:07 +0800 Subject: [PATCH] Initial commit --- cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc index 8e6dd7c1c31f3..e995cb31e6825 100644 --- a/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc +++ b/cpp/velox/substrait/SubstraitToVeloxPlanValidator.cc @@ -285,10 +285,6 @@ bool SubstraitToVeloxPlanValidator::validateCast( case TypeKind::VARBINARY: LOG_VALIDATION_MSG("Invalid input type in casting: ARRAY/MAP/ROW/VARBINARY."); return false; - case TypeKind::TIMESTAMP: { - LOG_VALIDATION_MSG("Casting from TIMESTAMP is not supported or has incorrect result."); - return false; - } default: { } }