amahussein opened a new pull request #3473: URL: https://github.com/apache/hadoop/pull/3473
### Description of PR As part In order to replace Guava Preconditions, we need to implement our own versions of the API. This Jira is to add the implementation `checkArgument `to the existing class `org.apache.hadoop.util.Preconditions` ### How was this patch tested? Extended the unit test org.apache.hadoop.util.TestPreconditions - Added `testCheckArgumentWithSuccess()` - Added `testCheckArgumentWithFailure()` ### For code changes: - [X] Does the title or this PR starts with the corresponding JIRA issue id: HADOOP-17929 - [X] Object storage: have the integration tests been executed and the endpoint declared according to the connector-specific documentation? -- 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]
