justinmclean opened a new issue, #7521: URL: https://github.com/apache/gravitino/issues/7521
### What would you like to be improved? ``` Preconditions.checkState(number >= 0, "bucketNum must be greater than 0"); ``` Is it greater than zero or greater than equal to zero? ### How should we improve? Make logic and precondition text match. -- 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]
