paleolimbot commented on code in PR #176:
URL: https://github.com/apache/arrow-nanoarrow/pull/176#discussion_r1153541487


##########
src/nanoarrow/array.c:
##########
@@ -910,10 +910,6 @@ ArrowErrorCode ArrowArrayViewValidateFull(struct 
ArrowArrayView* array_view,
                                           struct ArrowError* error) {
   for (int i = 0; i < 3; i++) {
     switch (array_view->layout.buffer_type[i]) {
-      case NANOARROW_BUFFER_TYPE_UNION_OFFSET:

Review Comment:
   Yes, having this included resulted in an incorrect validation failure for 
the integration test file. I added this to the TODO list for #178.



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