This is an automated email from the ASF dual-hosted git repository. xxubai pushed a commit to branch 0.9.x in repository https://gitbox.apache.org/repos/asf/amoro.git
commit 626ad5cf16f3de4ec9147886653fa50ec0077296 Author: Xu Bai <[email protected]> AuthorDate: Mon Aug 3 20:01:44 2026 +0800 [AMORO-2099][amoro-web] Remove default Glue lock configuration (#4305) [amoro-web] Remove default Glue lock configuration (cherry picked from commit a0640e0c988b8ad9784ca4658e395a5d9989fec4) --- amoro-web/src/views/catalogs/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amoro-web/src/views/catalogs/Detail.vue b/amoro-web/src/views/catalogs/Detail.vue index 634775686..e088b2f39 100644 --- a/amoro-web/src/views/catalogs/Detail.vue +++ b/amoro-web/src/views/catalogs/Detail.vue @@ -184,7 +184,7 @@ const defaultPropertiesMap = { hadoop: ['warehouse'], filesystem: ['warehouse'], custom: ['catalog-impl'], - glue: ['warehouse', 'lock-impl', 'lock.table'], + glue: ['warehouse'], rest: ['uri'], PAIMON: ['warehouse'], }
