lwhite1 commented on code in PR #14346:
URL: https://github.com/apache/arrow/pull/14346#discussion_r990470852


##########
java/c/src/test/java/org/apache/arrow/c/RoundtripTest.java:
##########
@@ -673,8 +673,7 @@ public void testTable() {
           Table table = new Table(vsr);
       ) {
         // Producer creates structures from existing memory pointers
-        try (ArrowSchema arrowSchema = 
ArrowSchema.wrap(consumerArrowSchema.memoryAddress());
-            ArrowArray arrowArray = 
ArrowArray.wrap(consumerArrowArray.memoryAddress())) {
+        try (ArrowArray arrowArray = 
ArrowArray.wrap(consumerArrowArray.memoryAddress())) {

Review Comment:
   The unused variable had to go anyway, but it looks like there is sill a 
problem. I see that the build is multi-threaded here, which makes me wonder if 
that could be it. Also, not sure why it only fails in this one job: 
   `Java JNI / AMD64 manylinux2014 Java JNI (pull_request) `



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