NEUpanning commented on issue #7624: URL: https://github.com/apache/incubator-gluten/issues/7624#issuecomment-2431922219
JVM heap didn't have enough memory to allocate the array, so `env->NewByteArray` returned null. This led to the crash. Maybe we should add a check for `bufferArr != nullptr` and return a more readable error message. -- 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]
