tustvold commented on code in PR #6170:
URL: https://github.com/apache/arrow-datafusion/pull/6170#discussion_r1181234436
##########
datafusion/core/src/physical_plan/joins/hash_join.rs:
##########
@@ -113,8 +109,6 @@ pub struct HashJoinExec {
schema: SchemaRef,
/// Build-side data
left_fut: OnceAsync<JoinLeftData>,
- /// Operator-level memory reservation for left data
- reservation: SharedOptionalMemoryReservation,
Review Comment:
This reservation is instead moved into JoinLeftData
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]