pitrou commented on PR #13614: URL: https://github.com/apache/arrow/pull/13614#issuecomment-1191130563
@jinchengchenghh Is there any reason you need to reuse the Arrow JNI headers? They were never meant to be public. Ideally you wouldn't need them, instead base your code entirely on the public Arrow C++ and Java APIs (and use the C Data Interface in between if needed). -- 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]
