You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert the removal of reservation in HashJoin (#13792)
* fix: restore memory reservation in JoinLeftData for accurate memory accounting in HashJoin
This commit reintroduces the `_reservation` field in the `JoinLeftData` structure to ensure proper tracking of memory resources during join operations. The absence of this field could lead to inconsistent memory usage reporting and potential out-of-memory issues as upstream operators increase their memory consumption.
* fmt
Signed-off-by: Jay Zhan <[email protected]>
---------
Signed-off-by: Jay Zhan <[email protected]>
0 commit comments