diff options
author | sashateh <sashateh@yandex-team.ru> | 2022-02-10 16:48:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:45 +0300 |
commit | dbb0e6cfb58ee4836a420d170fb46a707c9deea7 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 5dafe8b197f4dcf4e3e60d6d4094e54e470728ba (diff) | |
download | ydb-dbb0e6cfb58ee4836a420d170fb46a707c9deea7.tar.gz |
Restoring authorship annotation for <sashateh@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | contrib/python/ya.make | 2 | ||||
-rw-r--r-- | ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp | 2 | ||||
-rw-r--r-- | ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/ya.make b/contrib/python/ya.make index 3ec12bd747..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -561,7 +561,7 @@ RECURSE( jsonschema jsonstreams juggler_sdk - juggler_sdk/cli + juggler_sdk/cli junitparser jupyter_client jupyter_core diff --git a/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp b/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp index 6705c37043..85c8371ec6 100644 --- a/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp +++ b/ydb/library/yql/minikql/comp_nodes/mkql_ensure.cpp @@ -64,7 +64,7 @@ private: TStringBuilder res; res << thisPtr->Pos << " Condition violated"; if (messageStr.Size() > 0) { - res << ":\n\n" << TStringBuf(messageStr) << "\n\n"; + res << ":\n\n" << TStringBuf(messageStr) << "\n\n"; } UdfTerminate(res.data()); diff --git a/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp b/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp index f34a06743c..daef4d28f9 100644 --- a/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp +++ b/ydb/library/yql/minikql/comp_nodes/mkql_unwrap.cpp @@ -55,7 +55,7 @@ private: TStringBuilder res; res << thisPtr->Pos << " Failed to unwrap empty optional"; if (messageStr.Size() > 0) { - res << ":\n\n" << TStringBuf(messageStr) << "\n\n"; + res << ":\n\n" << TStringBuf(messageStr) << "\n\n"; } UdfTerminate(res.data()); |