yma11 commented on PR #5772:
URL: 
https://github.com/apache/incubator-gluten/pull/5772#issuecomment-2116423660

   > @yma11 can you add a UI chart for the pyarrow UDF? Also add some 
implementation details?
   > 
   > In theory we can convert Velox to Arrow in Velox pipeline, then pass the 
arrow pointer to Spark where it's send to python process. There is no C2R and 
R2C in the whole process and no memcpy between Velox and Spark. Can we achieve 
this?
   
   Yes. There is no C2R and R2C in current implementation. There is a 
VeloxColumnar to Arrow only. But for memcpy, it depends on the arrow bridge. I 
found there are still some memory allocation at velox for data types like 
string. Let me add the implementation under the feature track.


-- 
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: commits-unsubscr...@gluten.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@gluten.apache.org
For additional commands, e-mail: commits-h...@gluten.apache.org

Reply via email to