Skip to content

Commit 7aaaeef

Browse files
committed
Fix cluster for StatWriteTable
commit_hash:5b013b23327d8b623fbe133c80d2188f62b421a6
1 parent 8457aaa commit 7aaaeef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yt/yql/providers/yt/provider/phy_opt/yql_yt_phy_opt_write.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,7 @@ TMaybeNode<TExprBase> TYtPhysicalOptProposalTransformer::ReplaceStatWriteTable(T
693693
newInput = path.Table().Cast<TYtOutput>();
694694
} else if (auto op = input.Maybe<TYtOutput>().Operation()) {
695695
newInput = input.Cast<TYtOutput>();
696+
cluster = GetClusterName(input);
696697
} else {
697698
YQL_ENSURE(false, "Unexpected operation input: " << input.Ptr()->Content());
698699
}

0 commit comments

Comments
 (0)