FelixYBW commented on PR #4818:
URL: 
https://github.com/apache/incubator-gluten/pull/4818#issuecomment-1986174067

   > does an extra copy even if the row might from an off
   
   Thank you for explanation. You may try to enable 
spark.sql.columnVector.offheap.enabled.
   
   onheap to offheap memcpy is more expensive than offheap to offheap. Do you 
know how ArrowFieldWriter allocate memory? is it from unsafe API or direct 
memory? 
   
   @zhztheplayer Do you know?


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