aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvvvv <vvvv@ydb.tech>2023-01-27 13:48:34 +0300
committervvvv <vvvv@ydb.tech>2023-01-27 13:48:34 +0300
commit6511de75585fc0b3529de68a6dd803b1c02934fe (patch)
tree05ddb040aa587755baba283c9744a981d82d2ec0
parent1386bec1c10ac731b1655b993ad8aae80be8a9ba (diff)
downloadydb-6511de75585fc0b3529de68a6dd803b1c02934fe.tar.gz
lost strict flag
Note: mandatory check (NEED_CHECK) was skipped
-rw-r--r--ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp b/ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp
index 85eaa8f1be7..c31164588f2 100644
--- a/ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp
+++ b/ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp
@@ -118,6 +118,7 @@ public:
builder.Returns(retType);
builder.SupportsBlocks();
+ builder.IsStrict();
builder.UserType(userType);
if (!typesOnly) {