jinchengchenghh commented on PR #8895: URL: https://github.com/apache/incubator-gluten/pull/8895#issuecomment-2897081578
We use https://github.com/apache/arrow-java/blob/main/adapter/orc/src/main/cpp/jni_wrapper.cpp#L83 before, but core dump, we don't try this one https://github.com/apache/arrow-java/blame/main/dataset/src/main/cpp/jni_util.cc#L318-L326, maybe you can have a try, or just change char[clen + 1] to std::vector<char> buffer(clen + 1); @marin-ma -- 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]
