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
[#6027] improvement(CLI): fix Gravitino CLI get wrong catalogName (#6048)
### What changes were proposed in this pull request?
Fix Gravitino CLI get wrong catalogName when set metalake name by --name
option. A hint is given if the -metalake option is not set.
### Why are the changes needed?
Fix: #6027
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
local test
```bash
gcli table list --name Hive_catalog.default
Missing --metalake option.
```
0 commit comments