Re: [I] [Java] Allow Arrow API to read file contents from inputStream instead of only Path [arrow-java]
assignUser commented on issue #47: URL: https://github.com/apache/arrow-java/issues/47#issuecomment-2501765896 @lidavidm comment sounds like this wont' happen for technical reasons. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Java] Allow Arrow API to read file contents from inputStream instead of only Path [arrow]
vibhatha commented on issue #44351: URL: https://github.com/apache/arrow/issues/44351#issuecomment-2480967028 On top of my head what I could suggest as a workaround is probably write a util. Let me check this. Need some time though. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Java] Allow Arrow API to read file contents from inputStream instead of only Path [arrow]
lidavidm commented on issue #44351: URL: https://github.com/apache/arrow/issues/44351#issuecomment-2480978377 Because this involves the JNI binding, we would have to somehow pass a file descriptor over to the C++ API, or otherwise bridge a Java InputStream into an Arrow stream. Also, in general, Dataset isn't made for that kind of use case: note that even the Python bindings only accept URIs, not file objects: https://arrow.apache.org/docs/python/generated/pyarrow.dataset.dataset.html -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Java] Allow Arrow API to read file contents from inputStream instead of only Path [arrow]
kou commented on issue #44351: URL: https://github.com/apache/arrow/issues/44351#issuecomment-2480960969 This issue is for the Java implementation, right? @vibhatha @lidavidm Could you take a look at this? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org