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

[jira] [Created] (ARROW-17962) [Java] Bug in test causes CI failures

Larry White created ARROW-17962:
-----------------------------------

             Summary: [Java] Bug in test causes CI failures
                 Key: ARROW-17962
                 URL: https://issues.apache.org/jira/browse/ARROW-17962
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Larry White


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)