You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
Use ? rather than {0,1} in regex in GravitinoVersion.java
### Why are the changes needed?
Fix: #3077
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
exist ut
Co-authored-by: yangliwei <[email protected]>
…3147)
### What changes were proposed in this pull request?
Use ? rather than {0,1} in regex in GravitinoVersion.java
### Why are the changes needed?
Fix: apache#3077
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
exist ut
Co-authored-by: yangliwei <[email protected]>
What would you like to be improved?
Regular expression can be simplified by using "?"
How should we improve?
Simplify regular expression.
The text was updated successfully, but these errors were encountered: