metalmatze opened a new issue, #37465:
URL: https://github.com/apache/arrow/issues/37465

   ### Describe the enhancement requested
   
   ### Describe the enhancement requested
   
   We are currently rewriting some of our components to use Arrow and when 
appending data to the record, we want to basically deduplicate/aggregate the 
data before adding new rows. For that, we either need to keep track of the 
previously appended data outside of Arrow, or (and that's what we want to 
enhance) we read back the data from the underlying builders. 
   
   I was able to find [several 
occurrences](https://github.com/search?q=repo%3Aapache%2Farrow+path%3A%2F%5Ego%5C%2Farrow%5C%2Farray%5C%2F%2F+Builder%29+Value%28i+int%29&type=code)
 of reading values from builders. 
   
   We want to be able to do the same for BooleanBuilders and read back 
individual values at a given index. 
   
   ### Component(s)
   
   Go
   
   ### Component(s)
   
   Go


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