romainfrancois commented on pull request #11225:
URL: https://github.com/apache/arrow/pull/11225#issuecomment-926476673


   switch to only 2 states for altrep strings: materialized and not 
materialized (similar to the int and double). 
   
   Elt() no longer forces initialisation of data2 with a hybrid vector full of 
NULLs. The materialized (`data2`) is only generated when needed (by 
`DATAPTR()`). 
   
   This is safer than having the possibility of a STRSXP with NULLs. 


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


Reply via email to