You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add support for multi-file datasets from Java, without having to keep them in the same directory. This functionality already exists in the C++ libraries, as well as multiple client bindings (Python, R, etc).
Component(s)
Java
The text was updated successfully, but these errors were encountered:
…Java (#35034)
I'd like to add support for multi-file datasets (in different directories) in the Java bindings.
This PR adds to the existing Datasets API to allow an array of URIs to be passed in. The logic for whether the URIs passed are valid or not exists in the JNI layer.
* Closes: #35033
Lead-authored-by: NoahFournier <fourniernoah6@gmail.com>
Co-authored-by: NoahFournier <63198198+NoahFournier@users.noreply.github.com>
Signed-off-by: David Li <li.davidm96@gmail.com>
Describe the enhancement requested
I'd like to add support for multi-file datasets from Java, without having to keep them in the same directory. This functionality already exists in the C++ libraries, as well as multiple client bindings (Python, R, etc).
Component(s)
Java
The text was updated successfully, but these errors were encountered: