Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### What changes were proposed in this pull request? Fix update metalake error in the web UI. The reason for the error is that the existing metalake is not set with `properties`, causing an error unable to find properties when deconstructing the `properties` of metalake. The solution is to set an empty object to the `properties`. 1. existed metalake without `properties` <img width="389" alt="no-props" src="https://github.com/datastrato/gravitino/assets/17310559/42478741-3163-49c8-8ac5-54116abcc035"> 2. click `update metalake` icon button, and now the update pop-up will display correctly. <img width="596" alt="update-metalake" src="https://github.com/datastrato/gravitino/assets/17310559/7fc99516-abb9-4412-a032-326765357023"> ### Why are the changes needed? Fix: #1391 Fix: #1397 ### Does this PR introduce _any_ user-facing change? N/A ### How was this patch tested? N/A
- Loading branch information