sunchao commented on PR #3703:
URL: 
https://github.com/apache/datafusion-comet/pull/3703#issuecomment-5303517794

   Does this always coalesce many record batches into a single Arrow batch? 
Spark sometimes allows very large BHJs, with several GB of broadcast data. It 
might be better to use a single compressed Arrow stream containing multiple 
bounded-size record batches. We may also need to update DataFusion’s hash join 
implementation to support multiple `RecordBatch`es.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to