diff options
author | pilik <pudge1000-7@ydb.tech> | 2025-07-16 11:49:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-16 11:49:03 +0300 |
commit | 6fd16f5e4eacc1149f2076b071e8c8d13a1263a7 (patch) | |
tree | 766df68f8ea1b88ff8e4c4e48defee6a8187bdd8 | |
parent | 973850db116d4729c0395998fd2ed16039e60752 (diff) | |
download | ydb-6fd16f5e4eacc1149f2076b071e8c8d13a1263a7.tar.gz |
[KQP] Remove debug cout (#21142)
-rw-r--r-- | ydb/library/yql/dq/opt/dq_opt_join.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/library/yql/dq/opt/dq_opt_join.cpp b/ydb/library/yql/dq/opt/dq_opt_join.cpp index 5e4a473ce27..97f28f168c0 100644 --- a/ydb/library/yql/dq/opt/dq_opt_join.cpp +++ b/ydb/library/yql/dq/opt/dq_opt_join.cpp @@ -1509,7 +1509,6 @@ TExprBase DqBuildHashJoin(const TDqJoin& join, EHashJoinMode mode, TExprContext& attr = TString(exprItem->Child(1)->Content()); } - Cout << i << " " << joinKeys.size() << Endl; TString column; if (contains(attr)) { column = std::move(attr); |