wankunde opened a new pull request, #12338:
URL: https://github.com/apache/gluten/pull/12338

   ### What changes were proposed in this pull request?
   
   In `VeloxSparkPlanExecApi.collectExecuteBroadcastByteArray`, the collected 
`serialized: Seq[ColumnarBatchSerializeResult]` was traversed twice — once to 
sum `sizeInBytes`, and again to sum `numRows`. Combine both into a single 
`foldLeft` so the sequence is walked only once.
   
   ### How was this patch tested?
   
   No behavior change; covered by existing broadcast join tests.


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