Skip to content

Commit 2ca9e56

Browse files
authored
Make legacy signatures for Digest UDF strict again (#19402)
2 parents 365c69b + d3a3178 commit 2ca9e56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yql/essentials/udfs/common/digest/digest_udf.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ namespace {
6464
// See YQL-19967 for more info.
6565
if (MKQL_RUNTIME_VERSION < 51U && typesOnly) {
6666
builder.SimpleSignature<TResult(TAutoMap<char*>)>();
67+
builder.IsStrict();
6768
return true;
6869
}
6970

0 commit comments

Comments
 (0)