Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitstn committed Feb 9, 2024
1 parent b5d431d commit 0db9ccd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions ydb/library/yql/providers/yt/provider/yql_yt_datasink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,9 @@ class TYtDataSink : public TDataProviderBase {
}
auto mutationId = ++NextMutationId_;
res = ctx.ChangeChild(*res, TYtWriteTable::idx_Settings,
NYql::AddSetting(*node->Child(TYtWriteTable::idx_Settings),
NYql::AddSetting(*res->Child(TYtWriteTable::idx_Settings),
EYtSettingType::MutationId,
ctx.NewAtom(node->Child(TYtWriteTable::idx_Settings)->Pos(), ToString(mutationId)), ctx));
ctx.NewAtom(res->Child(TYtWriteTable::idx_Settings)->Pos(), ToString(mutationId)), ctx));
if (State_->Configuration->UseSystemColumns.Get().GetOrElse(DEFAULT_USE_SYS_COLUMNS)) {
res = ctx.ChangeChild(*res, TYtWriteTable::idx_Content,
ctx.Builder(node->Pos())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,9 @@
],
"test.test[insert_monotonic-keep_meta-default.txt-Debug]": [
{
"checksum": "3339dc79e7adcc13c5670142f381c9d3",
"size": 2613,
"uri": "https://{canondata_backend}/1936947/a99026e839b7e22714c2a9a81971a3b5e3ed1eb4/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql_patched"
"checksum": "2b280e874c36d5bc4c55df8e71e24eb9",
"size": 2651,
"uri": "https://{canondata_backend}/1942173/0b677ef0f2a213c297f159290ba893840fb81eda/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql_patched"
}
],
"test.test[insert_monotonic-keep_meta-default.txt-Plan]": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1023,9 +1023,9 @@
],
"test.test[insert_monotonic-keep_meta-default.txt-Debug]": [
{
"checksum": "42eb2fff76ed0b1381ee6cd575afd8da",
"size": 2630,
"uri": "https://{canondata_backend}/1781765/028f42f897160b53900546b39900217bb2eb9fb1/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql_patched"
"checksum": "3f23d472d12da16bb7a8ca7f72a74f40",
"size": 2650,
"uri": "https://{canondata_backend}/1942173/df98f5fdb3cfe1fa3eb925bb66cd1b28c18ab1f5/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql_patched"
}
],
"test.test[insert_monotonic-keep_meta-default.txt-Plan]": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,9 @@
],
"test.test[insert_monotonic-keep_meta-default.txt-Debug]": [
{
"checksum": "981f1136ec61cfe8676a555fd7a68767",
"size": 1424,
"uri": "https://{canondata_backend}/1937027/642fd2ff53bdb0fed32ca89598d70c9c5848ac20/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql"
"checksum": "6b45f3530bca5ff212341b3b9b050f71",
"size": 1444,
"uri": "https://{canondata_backend}/1777230/5de014135734b9650f1389b4f54a5ddb483196ac/resource.tar.gz#test.test_insert_monotonic-keep_meta-default.txt-Debug_/opt.yql"
}
],
"test.test[insert_monotonic-keep_meta-default.txt-Plan]": [
Expand Down

0 comments on commit 0db9ccd

Please sign in to comment.