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 | 5dafe8b197f4dcf4e3e60d6d4094e54e470728ba (patch) | |
tree | 4de5881ad3ac18bff20bffeb42684c1f25603280 | |
parent | b08b637aa8ed478034c6c49fc59b42d7041f5592 (diff) | |
download | ydb-5dafe8b197f4dcf4e3e60d6d4094e54e470728ba.tar.gz |
Restoring authorship annotation for <sashateh@yandex-team.ru>. Commit 1 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 d01ced9f3a..3ec12bd747 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 85c8371ec6..6705c37043 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 daef4d28f9..f34a06743c 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()); |