You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we fix #1248 we find a new bug that causes the following Spark SQL test to fail:
- write null values *** FAILED *** (122 milliseconds)
2025-01-01T22:28:02.8649715Z Caused by: java.lang.IllegalArgumentException: Accounted size went negative.
2025-01-01T22:28:02.8650963Z at org.apache.comet.shaded.arrow.util.Preconditions.checkArgument(Preconditions.java:141)
2025-01-01T22:28:02.8652364Z at org.apache.comet.shaded.arrow.memory.Accountant.releaseBytes(Accountant.java:221)
2025-01-01T22:28:02.8653779Z at org.apache.comet.shaded.arrow.memory.RootAllocator.releaseBytes(RootAllocator.java:29)
2025-01-01T22:28:02.8655201Z at org.apache.comet.shaded.arrow.memory.AllocationManager.release(AllocationManager.java:154)
2025-01-01T22:28:02.8656578Z at org.apache.comet.shaded.arrow.memory.BufferLedger.decrement(BufferLedger.java:158)
2025-01-01T22:28:02.8658033Z at org.apache.comet.shaded.arrow.memory.BufferLedger.release(BufferLedger.java:125)
2025-01-01T22:28:02.8659503Z at org.apache.comet.shaded.arrow.memory.BufferLedger.release(BufferLedger.java:105)
2025-01-01T22:28:02.8660742Z at org.apache.comet.shaded.arrow.memory.ArrowBuf.close(ArrowBuf.java:1045)
2025-01-01T22:28:02.8661993Z at org.apache.comet.shaded.arrow.c.ArrowSchema.close(ArrowSchema.java:134)
2025-01-01T22:28:02.8663252Z at org.apache.comet.shaded.arrow.c.ArrowImporter.importField(ArrowImporter.java:47)
2025-01-01T22:28:02.8664510Z at org.apache.comet.shaded.arrow.c.ArrowImporter.importVector(ArrowImporter.java:53)
2025-01-01T22:28:02.8665809Z at org.apache.comet.vector.NativeUtil.$anonfun$importVector$1(NativeUtil.scala:191)
2025-01-01T22:28:02.8667257Z at org.apache.comet.vector.NativeUtil.$anonfun$importVector$1$adapted(NativeUtil.scala:184)
2025-01-01T22:28:02.8668467Z at scala.collection.immutable.Range.foreach(Range.scala:158)
2025-01-01T22:28:02.8669535Z at org.apache.comet.vector.NativeUtil.importVector(NativeUtil.scala:184)
2025-01-01T22:28:02.8670792Z at org.apache.comet.vector.NativeUtil.getNextBatch(NativeUtil.scala:164)
2025-01-01T22:28:02.8672117Z at org.apache.comet.CometExecIterator.getNextBatch(CometExecIterator.scala:92)
2025-01-01T22:28:02.8673399Z at org.apache.comet.CometExecIterator.hasNext(CometExecIterator.scala:105)
Describe the bug
When we fix #1248 we find a new bug that causes the following Spark SQL test to fail:
Steps to reproduce
See #1209
Expected behavior
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: