majin1102 opened a new pull request, #4060:
URL: https://github.com/apache/amoro/pull/4060

   <!--
   Thanks for sending a pull request!
   
   Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: 
https://amoro.apache.org/how-to-contribute/
     2. If the PR is related to an issue in 
https://github.com/apache/amoro/issues, add '[AMORO-XXXX]' in your PR title, 
e.g., '[AMORO-XXXX] Your PR title ...'.
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., 
'[WIP][AMORO-XXXX] Your PR title ...'.
   -->
   
   ## Why are the changes needed?
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you add a feature, you can talk about its use case.
     2. If you fix a bug, you can clarify why it is a bug.
     3. Use Fix/Resolve/Close #{ISSUE_NUMBER} to link this PR to its related 
issue
   -->
   
   New feature:
   1. Introduce a `Local` storage type to leverage AMS local path as catalog
   2. Unify Internal catalog type as a metastore
   3. Use backend API to control table format list and storage types
   
   Fix:
   1. Storage type don't refresh(stays in a selection shouldn't exist) when 
metastore changes in catalog creation page
   2. Table explorer database would be rendered as a leaf node(see page below) 
if it is empty
   <img width="702" height="594" alt="image" 
src="https://github.com/user-attachments/assets/b5954464-ca0e-4dc1-8cf1-e120b4b7c946";
 />
   
   
   ## Brief change log
   <!--
   Clearly describe the changes made in modules, classes, methods, etc.
   -->
   
   -
   
   ## How was this patch tested?
   
   1. Create a local Iceberg catalog(with the new storage type `Local`)
   2. Run SQL in terminal in that catalog(create database, create table, write 
data)
   3. The fix has been checked
   
   ## Documentation
   
   - Does this pull request introduce a new feature? (yes / no)
   - If yes, how is the feature documented? (not applicable / docs / JavaDocs / 
not documented)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to