This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new d50ded94df [#10453] web-v2(UI): support "delta" value for generic 
table format property  (#10473)
d50ded94df is described below

commit d50ded94df6d06ad6dbe5b7662f139f8d6152bbd
Author: Qian Xia <[email protected]>
AuthorDate: Fri Mar 20 19:34:42 2026 +0800

    [#10453] web-v2(UI): support "delta" value for generic table format 
property  (#10473)
    
    ### What changes were proposed in this pull request?
    Support "delta" value for generic table format property for web UI v2
    <img width="2320" height="1564" alt="image"
    
src="https://github.com/user-attachments/assets/d7414ead-d32d-40fe-90c4-1068cac693a6";
    />
    
    
    ### Why are the changes needed?
    We already support "delta", so we should loose this constraint.
    
    Fix: #10453
    
    ### Does this PR introduce _any_ user-facing change?
    N/A
    
    ### How was this patch tested?
    manually
---
 web-v2/web/src/config/catalog.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web-v2/web/src/config/catalog.js b/web-v2/web/src/config/catalog.js
index 14baaf8976..b979578f8d 100644
--- a/web-v2/web/src/config/catalog.js
+++ b/web-v2/web/src/config/catalog.js
@@ -143,7 +143,7 @@ export const tableDefaultProps = {
     {
       key: 'format',
       defaultValue: 'lance',
-      disabled: true,
+      select: ['lance', 'delta'],
       description: 'The format of the table'
     }
   ]

Reply via email to