Skip to content

Commit 89313ae

Browse files
committed
Drop langver argument from TFunctionTypeInfoBuilder ctor
1 parent ab10810 commit 89313ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

yql/essentials/minikql/comp_nodes/ut/mkql_udf_ut.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ template<typename TUdf>
1616
static TType* TweakUdfType(const NYql::NUdf::TStringRef& name, TType* userType,
1717
const TTypeEnvironment& env)
1818
{
19-
TFunctionTypeInfoBuilder typeInfoBuilder(NYql::UnknownLangVersion, env,
20-
new TTypeInfoHelper(),
19+
TFunctionTypeInfoBuilder typeInfoBuilder(env, new TTypeInfoHelper(),
2120
"", nullptr, {});
2221

2322
// Obtain the callable type of the particular UDF.

0 commit comments

Comments
 (0)