This is an automated email from the ASF dual-hosted git repository.
zhoujinsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new a0640e0c9 [AMORO-2099][amoro-web] Remove default Glue lock
configuration (#4305)
a0640e0c9 is described below
commit a0640e0c988b8ad9784ca4658e395a5d9989fec4
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
---
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'],
}