Light-City opened a new issue, #37895:
URL: https://github.com/apache/arrow/issues/37895

   ### Describe the enhancement requested
   
   User scenario: When we use acero plan, many smaller batches may be generated 
through agg and hashjoin. In addition, due to the mpp database, there is data 
distribution. When there are many segments, each segment data is compared at 
this time. Small, in order to improve performance, we hope to merge multiple 
fragmented small batches into one large batch for calculation together.
   
   Therefore, similar to the array concatenate operation, recordbatch also 
requires
   
   ### Component(s)
   
   C++


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

Reply via email to