asiwen opened a new issue, #5362:
URL: https://github.com/apache/gravitino/issues/5362
### Version
main branch
### Describe what's wrong
Given:
GravitinoVersion("0.6.1") > GravitinoVersion("0.7.0")
then get True.
This does not conform to the convention。
### Error message and/or stacktrace
Here is the code snippet for __gt__ in client-python/client/gravitino.py:

### How to reproduce
Use client-python 0.6.1 to connect the Gravitino server 0.7.0
### Additional context
Found this problem in client-python 0.6.1, but this function codes had no
changes in the master branch.
--
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]