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
1.09k stars 343 forks source link

[#5455] feat(web): disable to update the reserved fields of table properties #5643

Open orenccl opened 8 hours ago

orenccl commented 8 hours ago

What changes were proposed in this pull request?

Disable the creation or update of reserved fields in table properties.

Why are the changes needed?

Fix for issue #5455.

Does this PR introduce any user-facing changes?

Users will no longer be able to create or update reserved fields in table properties.

How was this patch tested?

Tested by attempting to create or update reserved fields in table properties to ensure it is not allowed.