rustyconover opened a new pull request, #930:
URL: https://github.com/apache/arrow-nanoarrow/pull/930

   ## Summary
   
   - add `ArrowArrayAppendArrayView()` as a core array-building API
   - append primitive, nested, union, list-view, and run-end encoded values 
from an `ArrowArrayView`
   - preserve source slicing semantics and report unsupported sliced run-end 
encoded inputs
   - add direct native coverage for primitive, nested/sliced, union, and 
run-end encoded arrays
   
   ## Context
   
   This extracts the generic array-view appender from #928 as requested in 
review. It is independently useful and will be the prerequisite for a separate 
dictionary-delta decoding PR; #928 no longer contains the appender or decoder 
changes.
   
   ## Validation
   
   - native CMake build passed
   - native CTest suite: 334/334 passed (4 optional codec tests skipped)
   


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