You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/10/10 17:15:00 UTC

[jira] [Updated] (ARROW-17962) [Java] RoundtripTest segfaults or fails in manylinux2014 pipeline

     [ https://issues.apache.org/jira/browse/ARROW-17962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Li updated ARROW-17962:
-----------------------------
    Summary: [Java] RoundtripTest segfaults or fails in manylinux2014 pipeline  (was: [CI][Java] Bug in test causes CI failures)

> [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: Continuous Integration, Java
>            Reporter: Larry White
>            Assignee: Larry White
>            Priority: Critical
>              Labels: pull-request-available
>          Time Spent: 2h 40m
>  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)