Skip to content

Commit d009fb0

Browse files
committed
YQL-18468 upd
1 parent 5ec7daa commit d009fb0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

ydb/library/yql/minikql/comp_nodes/mkql_grace_join.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -873,14 +873,13 @@ EFetchResult ProcessSpilledData(TComputationContext&, NUdf::TUnboxedValue*const*
873873
UnpackJoinedData(output);
874874

875875
return EFetchResult::One;
876-
877876
}
878877

879878
LeftPacker->TuplesBatchPacked = 0;
880-
LeftPacker->TablePtr->Clear(); // Clear table content, ready to collect data for next batch
879+
// LeftPacker->TablePtr->Clear(); // Clear table content, ready to collect data for next batch
881880

882881
RightPacker->TuplesBatchPacked = 0;
883-
RightPacker->TablePtr->Clear(); // Clear table content, ready to collect data for next batch
882+
// RightPacker->TablePtr->Clear(); // Clear table content, ready to collect data for next batch
884883

885884
JoinedTablePtr->Clear();
886885
JoinedTablePtr->ResetIterator();

0 commit comments

Comments
 (0)