korowa commented on code in PR #13223: URL: https://github.com/apache/datafusion/pull/13223#discussion_r1827012220
########## datafusion/physical-plan/src/joins/hash_join.rs: ########## @@ -314,6 +316,11 @@ pub struct HashJoinExec { /// if there is a projection, the schema isn't the same as the output schema. join_schema: SchemaRef, /// Future that consumes left input and builds the hash table + /// + /// This structure is *shared* across all output streams. Review Comment: ```suggestion /// For CollectLeft partition mode, this structure is *shared* across all output streams. ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org