kerwin-zk commented on code in PR #5675:
URL: https://github.com/apache/incubator-gluten/pull/5675#discussion_r1599300738
##########
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:
@marin-ma This class can't be used because JavaInputStreamVeloxWrapper wraps
Velox's stream and can't be received by arrow's ```arrow::io::InputStream```.
--
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]