From d193995275056f27c11bc2d76c7a08b0b7529e73 Mon Sep 17 00:00:00 2001 From: yangchuan Date: Tue, 4 Jul 2023 15:09:28 +0800 Subject: [PATCH] add bin support --- velox/substrait/SubstraitToVeloxPlanValidator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/velox/substrait/SubstraitToVeloxPlanValidator.cpp b/velox/substrait/SubstraitToVeloxPlanValidator.cpp index b1b8feb27f2f..98eaa59a0153 100644 --- a/velox/substrait/SubstraitToVeloxPlanValidator.cpp +++ b/velox/substrait/SubstraitToVeloxPlanValidator.cpp @@ -1045,6 +1045,7 @@ bool SubstraitToVeloxPlanValidator::validate( std::unordered_set supportedFuncs = { "sum", "sum_merge", + "bin", "collect_set", "count", "count_merge",