malinjawi commented on PR #11900: URL: https://github.com/apache/gluten/pull/11900#issuecomment-4280279051
> > @zhztheplayer @zhouyuan > > Here are the benchmarks I ran and data I collected: > > [delta-dv-read-foundation-benchmarks-2026-04-19.zip](https://github.com/user-attachments/files/26867220/delta-dv-read-foundation-benchmarks-2026-04-19.zip) > > @malinjawi thanks. So one conclusion is that we can keep handing off DVs via JNI but should avoid base64 encoding? Correct so for my [JNI design PR](https://github.com/apache/gluten/pull/11963) I made sure to avoid bas64 encoding to try to optimize as best we can in the first iteration. -- 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]
