robert3005 commented on code in PR #1263:
URL: https://github.com/apache/arrow-java/pull/1263#discussion_r3873874539


##########
c/src/main/java/org/apache/arrow/c/ArrayImporter.java:
##########
@@ -53,6 +53,10 @@ final class ArrayImporter {
   void importArray(ArrowArray src) {
     ArrowArray.Snapshot snapshot = src.snapshot();
     checkState(snapshot.release != NULL, "Cannot import released ArrowArray");
+    checkState(
+        snapshot.offset == 0,

Review Comment:
   Thanks, I didn't notice that rc/jni and test builds were failing for 
different reasons



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