andygrove commented on issue #540: URL: https://github.com/apache/datafusion-comet/issues/540#issuecomment-2156093191
Here is some more debug info, showing the size of the buffers in the array data and the value in the first element of each buffer: ``` copy_array(typeInt64, len=8192) after mutable.extend(0, 0, 8192) data len = 8192 copy_or_cast_array() len=8192, type=Utf8 copy_array num buffers=2 BUF[0] len=32772 cap=32772 buf[0][0] = 0 BUF[1] len=147456 cap=147456 buf[1][0] = 67 getNextBatch id=2284, plan=126232496596768 failed during native execution: range end index 294912 out of range for slice of length 147456 ``` -- 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]
