zhouyuan commented on issue #7423: URL: https://github.com/apache/incubator-gluten/issues/7423#issuecomment-3652585354
@nakhanha good write up! For others run into this issue, I copied the conclusion in your blog post here ``` Knowing the root cause, we can work around the issue by writing a wrapper in Java that calls ArrowAbiUtil.exportFromSparkColumnarBatch and using the wrapper in Scala instead of the original method. A more fundamental fix should be placed on the Gluten side, to avoid shading in public API, although it's possible that ArrowAbiUtil is not meant to be public. ``` -- 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]
