diff options
author | vvvv <vvvv@ydb.tech> | 2023-01-27 13:48:34 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-01-27 13:48:34 +0300 |
commit | 6511de75585fc0b3529de68a6dd803b1c02934fe (patch) | |
tree | 05ddb040aa587755baba283c9744a981d82d2ec0 | |
parent | 1386bec1c10ac731b1655b993ad8aae80be8a9ba (diff) | |
download | ydb-6511de75585fc0b3529de68a6dd803b1c02934fe.tar.gz |
lost strict flag
Note: mandatory check (NEED_CHECK) was skipped
-rw-r--r-- | ydb/library/yql/udfs/common/datetime2/datetime_udf.cpp | 1 |
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) { |