Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] RoundtripTest segfaults or fails in manylinux2014 pipeline #33170

Closed
asfimport opened this issue Oct 7, 2022 · 1 comment
Closed

[Java] RoundtripTest segfaults or fails in manylinux2014 pipeline #33170

asfimport opened this issue Oct 7, 2022 · 1 comment

Comments

@asfimport
Copy link
Collaborator

asfimport commented Oct 7, 2022

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

Reporter: Larry White / @lwhite1
Assignee: Larry White / @lwhite1

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-17962. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

David Li / @lidavidm:
Issue resolved by pull request 14346
#14346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant