apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
959 stars 302 forks source link

[#4999] feat(catalog): make `cloud.name` and `cloud.region-code` mutable. #5025

Closed LindaSummer closed 1 week ago

LindaSummer commented 1 week ago

What changes were proposed in this pull request?

Make catalog property cloud.name and cloud.region-code mutable.

Why are the changes needed?

As #4999 mentioned, the cloud.name and cloud.region-code may change after first creation.

Fix: #4999

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Related integration tests have been added in this PR.