andygrove commented on PR #903:
URL: https://github.com/apache/datafusion-comet/pull/903#issuecomment-2325541234

   This change causes a mix of errors in CI:
   
   ```
   java.lang.IllegalStateException: RefCnt has gone negative
        at 
org.apache.comet.shaded.arrow.util.Preconditions.checkState(Preconditions.java:465)
        at 
org.apache.comet.shaded.arrow.memory.BufferLedger.release(BufferLedger.java:131)
        at 
org.apache.comet.shaded.arrow.memory.BufferLedger.release(BufferLedger.java:105)
        at 
org.apache.comet.shaded.arrow.vector.BaseValueVector.releaseBuffer(BaseValueVector.java:114)
        at 
org.apache.comet.shaded.arrow.vector.BaseVariableWidthVector.clear(BaseVariableWidthVector.java:270)
        at 
org.apache.comet.shaded.arrow.vector.BaseVariableWidthVector.close(BaseVariableWidthVector.java:262)
        at org.apache.comet.vector.CometVector.close(CometVector.java:210)
        at 
org.apache.comet.vector.CometDictionary.close(CometDictionary.java:115)
        at 
org.apache.comet.vector.CometDictionaryVector.close(CometDictionaryVector.java:71)
        at 
org.apache.spark.sql.vectorized.ColumnarBatch.close(ColumnarBatch.java:44)
        at org.apache.comet.CometExecIterator.close(CometExecIterator.scala:157)
        at 
org.apache.comet.CometExecIterator.hasNext(CometExecIterator.scala:131)
   ```
   
   also some segfaults


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to