Skip to content

Commit d3a3178

Browse files
committed
Make legacy signatures for Digest UDF strict again
Follows up f97455e
1 parent 365c69b commit d3a3178

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)