CalvinKirs opened a new pull request, #53571:
URL: https://github.com/apache/doris/pull/53571

   …
   
   #### Description
   #50238
   This PR mainly adapts Iceberg tables to the new Metastore (MS) parameters 
and represents an architectural refactoring rather than introducing new 
features. The key changes include:↳
   
   Adaptation to New Storage Parameter Passing Mechanism Since Iceberg’s FileIO 
implementation is not yet complete, storage configurations are temporarily 
passed via parameters. Iceberg internally uses the HDFS protocol, so a 
temporary interface has been added in the storage layer to convert parameters 
to HDFS-compatible configurations. This interface is a temporary solution and 
will be removed once Iceberg’s FileIO is fully implemented.
   
   Compatibility with Multiple Iceberg Metastores
   Unified parameter adaptation has been implemented to support various Iceberg 
Metastores such as S3 Table, HMS, Hadoop Glue, etc., ensuring consistent and 
compatible parameter handling across different Metastore types.
   
   Unified Backend Parameter Transmission
   The logic for passing storage parameters to the BE (Backend) has been 
streamlined by removing previous multiple conversion steps and adopting a 
unified new storage parameter format, improving architectural clarity and 
maintainability.
   
   #### Background
   Currently, the parameter handling for Iceberg table Metastore storage 
configurations is complex and FileIO support is incomplete. This refactoring 
improves architectural consistency by adapting to new parameter passing and 
transmission mechanisms. Further simplifications will be made after Iceberg 
FileIO support is finalized.
   
   ### What problem does this PR solve?
   
   Issue Number: close #xxx
   
   Related PR: #xxx
   
   Problem Summary:
   
   ### Release note
   
   None
   
   ### Check List (For Author)
   
   - Test <!-- At least one of them must be included. -->
       - [ ] Regression test
       - [ ] Unit Test
       - [ ] Manual test (add detailed scripts or steps below)
       - [ ] No need to test or manual test. Explain why:
           - [ ] This is a refactor/code format and no logic has been changed.
           - [ ] Previous test can cover this change.
           - [ ] No code files have been changed.
           - [ ] Other reason <!-- Add your reason?  -->
   
   - Behavior changed:
       - [ ] No.
       - [ ] Yes. <!-- Explain the behavior change -->
   
   - Does this need documentation?
       - [ ] No.
       - [ ] Yes. <!-- Add document PR link here. eg: 
https://github.com/apache/doris-website/pull/1214 -->
   
   ### Check List (For Reviewer who merge this PR)
   
   - [ ] Confirm the release note
   - [ ] Confirm test cases
   - [ ] Confirm document
   - [ ] Add branch pick label <!-- Add branch pick label that this PR should 
merge into -->
   
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to