lidavidm commented on issue #13703: URL: https://github.com/apache/arrow/issues/13703#issuecomment-1205170453
Or actually @Oooorchid see https://github.com/apache/arrow/pull/13788 FWIW, I believe the immediate problem in the code is the use of a string to transport the buffer over JNI. It should be byte[]. `ByteArrayOutputStream#toString` will attempt to decode the contents _as text_ which corrupts the content. -- 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]
