jacques-n commented on issue #7786:
URL: https://github.com/apache/arrow/issues/7786#issuecomment-660226237


   I think you have a misunderstanding of the expected use pattern of Arrow 
vectors. Variable-width vectors need to be populated in order. They are 
randomly-readable once populated but they are not randomly-writable. 
   
   For reference, at Dremio we did build a Arrow-vector like structure for 
doing what you want. You can see the code here: 
https://github.com/dremio/dremio-oss/blob/master/sabot/kernel/src/main/java/org/apache/arrow/vector/MutableVarcharVector.java


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

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


Reply via email to