viirya commented on PR #403: URL: https://github.com/apache/datafusion-comet/pull/403#issuecomment-2103282710
Hmm, the error is actually different: ``` Cause: org.apache.comet.CometNativeException: Fail to process Arrow array with reason C Data interface error: The external buffer at position 2 is null.. ``` Previously, the fixed one is the buffer at position 1 (offset buffer): ``` General execution error with reason org.apache.comet.CometNativeException: Fail to process Arrow array with reason C Data interface error: The external buffer at position 1 is null... ``` I need to look at what the buffer is at position 2 and why Java Arrow passes a null buffer again... -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org