lidavidm commented on code in PR #43053:
URL: https://github.com/apache/arrow/pull/43053#discussion_r1690695727


##########
java/c/src/test/java/org/apache/arrow/c/RoundtripTest.java:
##########
@@ -951,6 +952,86 @@ public void testImportReleasedArray() {
     }
   }
 
+  @Test

Review Comment:
   Vector doesn't understand offsets. So all buffers have to be sliced. Also, 
validity buffer and offsets buffer need to be copied, because (1) you can't 
slice on a bit boundary and (2) the offsets need to be fixed



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