nanorth opened a new issue, #2193:
URL: https://github.com/apache/incubator-pegasus/issues/2193

   ## Feature Request
   
   **Describe the feature you'd like:**
   I would like to request the addition of a `DelRange` API in the Go client, 
similar to the one available in the Java client. This API would allow users to 
delete a range of sort keys under a specific hash key.
   
   The API could look something like this:
   ```go
   DelRange(ctx context.Context, hashKey []byte, startSortKey []byte, 
stopSortKey []byte) error
   
   DelRangeOpt(ctx context.Context, hashKey []byte, startSortKey []byte, 
stopSortKey []byte, options *DelRangeOptions) error
   ```
   The functionality should be consistent with the Java client's implementation.
   
   


-- 
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]

Reply via email to