We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab10810 commit 89313aeCopy full SHA for 89313ae
yql/essentials/minikql/comp_nodes/ut/mkql_udf_ut.cpp
@@ -16,8 +16,7 @@ template<typename TUdf>
16
static TType* TweakUdfType(const NYql::NUdf::TStringRef& name, TType* userType,
17
const TTypeEnvironment& env)
18
{
19
- TFunctionTypeInfoBuilder typeInfoBuilder(NYql::UnknownLangVersion, env,
20
- new TTypeInfoHelper(),
+ TFunctionTypeInfoBuilder typeInfoBuilder(env, new TTypeInfoHelper(),
21
"", nullptr, {});
22
23
// Obtain the callable type of the particular UDF.
0 commit comments