paleolimbot commented on code in PR #627:
URL: https://github.com/apache/arrow-nanoarrow/pull/627#discussion_r1768872605
##########
src/nanoarrow/common/array.c:
##########
@@ -1298,6 +1298,15 @@ static int ArrowArrayViewValidateFull(struct
ArrowArrayView* array_view,
if (array_view->storage_type == NANOARROW_TYPE_DENSE_UNION ||
array_view->storage_type == NANOARROW_TYPE_SPARSE_UNION) {
+ struct ArrowBufferView type_ids;
Review Comment:
The `ArrowArrayViewSlice` will be useful for a bunch of things...to get
consumer functions to work recursively with list types, many of them already
accept `ArrowArrayView*, offset, length`.
--
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]