marin-ma commented on code in PR #5675:
URL: https://github.com/apache/incubator-gluten/pull/5675#discussion_r1599290918
##########
cpp/core/jni/JniWrapper.cc:
##########
@@ -148,6 +149,69 @@ class JavaInputStreamAdaptor final : public
arrow::io::InputStream {
bool closed_ = false;
};
+class JavaInputStreamVeloxWrapper final : public JavaInputStreamWrapper {
Review Comment:
The existing `JavaInputStreamAdapter` is defined here
https://github.com/apache/incubator-gluten/blob/182a0299993b38e04ee053158f71b2500c59eb09/cpp/core/jni/JniWrapper.cc#L79
Can we use this class?
--
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]