Skip to content

Commit b94d11c

Browse files
committed
[KQP] Plan fix
1 parent 5c04260 commit b94d11c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ydb/core/kqp/ut/join/kqp_join_order_ut.cpp

-11
Original file line numberDiff line numberDiff line change
@@ -148,17 +148,6 @@ class TChainTester {
148148

149149
joinRequest.append("SELECT * FROM `/Root/table_0` as t0 ");
150150

151-
srand(228);
152-
NJson::TJsonValue stats;
153-
for (size_t i = 0; i < ChainSize; ++i) {
154-
TString table = Sprintf("/Root/table_%ld", i);
155-
int nRows = rand();
156-
NJson::TJsonValue tableStat;
157-
tableStat[table]["n_rows"] = nRows;
158-
tableStat[table]["byte_size"] = nRows * 10;
159-
stats.AppendValue(std::move(tableStat));
160-
}
161-
162151
for (size_t i = 1; i < ChainSize; ++i) {
163152
TString table = Sprintf("/Root/table_%ld", i);
164153

0 commit comments

Comments
 (0)