[vectorized](bug) fix some open enable_fold_constant_by_be failed cases (#17240)

This commit is contained in:
zhangstar333
2023-03-03 10:30:20 +08:00
committed by GitHub
parent 449f2953c9
commit f5232e5c01
13 changed files with 78 additions and 38 deletions

View File

@ -110,7 +110,7 @@ public:
}
};
const std::string FunctionVersion::version = "5.1.0";
const std::string FunctionVersion::version = "5.7.99";
void register_function_utility(SimpleFunctionFactory& factory) {
factory.register_function<FunctionSleep>();