nanorth opened a new pull request, #2199: URL: https://github.com/apache/incubator-pegasus/pull/2199
### What problem does this PR solve? #2193 ### What is changed and how does it work? This PR introduces the `DelRange` and `DelRangeOpt` methods for the `pegasusTableConnector` struct. These methods provide the same interface and functionality as their counterparts in the Java Client. ##### Tests - Unit test: Added unit tests to verify the functionality of the `DelRange` and `DelRangeOpt` methods. ##### Code changes - **Has exported function/method change**: Added `DelRange` and `DelRangeOpt` methods to the `pegasusTableConnector` struct. - **Has interface methods change**: The `DelRangeOpt` method introduces a new `DelRangeOptions` struct to customize the behavior of range deletion. -- 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]
