FelixYBW commented on issue #10277:
URL: 
https://github.com/apache/incubator-gluten/issues/10277#issuecomment-3134696543

   slice(split()) in velox is executed as:
   
   batch1=split(input batch)
   output=slice(batch1)
   
   The fusion function is like:
   
   output=slice_split(input batch)
   
   It's how the fusion can benefit perf.
   
   You may implement single split with extra argument, then reuse it in 
slice_split.
   
   


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