[ https://issues.apache.org/jira/browse/ARROW-17962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
David Li resolved ARROW-17962. ------------------------------ Fix Version/s: 10.0.0 Resolution: Fixed Issue resolved by pull request 14346 [https://github.com/apache/arrow/pull/14346] > [Java] RoundtripTest segfaults or fails in manylinux2014 pipeline > ----------------------------------------------------------------- > > Key: ARROW-17962 > URL: https://issues.apache.org/jira/browse/ARROW-17962 > Project: Apache Arrow > Issue Type: Improvement > Components: Java > Reporter: Larry White > Assignee: Larry White > Priority: Critical > Labels: pull-request-available > Fix For: 10.0.0 > > Time Spent: 2h 50m > Remaining Estimate: 0h > > In RoundTripTest in the c module, a schema is released incorrectly causing an > exception: > > > {{{{Error: org.apache.arrow.c.RoundtripTest.testTable Time elapsed: 0.031 s > <<< ERROR! > java.lang.IllegalStateException: Cannot import released ArrowSchema > at > org.apache.arrow.util.Preconditions.checkState(Preconditions.java:458) > at org.apache.arrow.c.SchemaImporter.importField(SchemaImporter.java:63) > at org.apache.arrow.c.SchemaImporter.importField(SchemaImporter.java:56) > at org.apache.arrow.c.Data.importField(Data.java:246) > at org.apache.arrow.c.Data.importSchema(Data.java:266) > at org.apache.arrow.c.Data.importVectorSchemaRoot(Data.java:377) > at > org.apache.arrow.c.RoundtripTest.testTable(RoundtripTest.java:683)}}}} -- This message was sent by Atlassian Jira (v8.20.10#820010)