-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Feature Description
Expose partial read using offset and length in Java client.
Problem and Solution
Add Java client:
Operator.java:
byte[] read(String path, long offset, long len)AsyncOperator.java:
public CompletableFuture<byte[]> read(String path, long offset, long len)Additional Context
No response
Are you willing to contribute to the development of this feature?
- Yes, I am willing to contribute to the development of this feature.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed