zy-kkk opened a new pull request, #56843:
URL: https://github.com/apache/doris/pull/56843

   ### What problem does this PR solve?
   
     We are deprecating LakeSoul external catalog support in the current Doris 
release due to several critical issues:
   
     **Design Flaws** – The current driver management design causes conflicts 
with other components, leading to instability and increased maintenance 
complexity.
   
     **Security Vulnerabilities** – LakeSoul dependencies contain multiple 
CVE-reported vulnerabilities, posing  security risks.
   
     **Lack of Maintenance** – The LakeSoul catalog integration in Doris lacks 
active maintainers and has not received timely updates.
   
     **No User Adoption** – No user feedback or usage requests have been 
received, indicating that the feature has not been used in practice.
   
     Given these factors, maintaining this integration introduces unnecessary 
security and maintenance burdens without providing tangible value to users. 
Therefore, we have decided to **deprecate** LakeSoul catalog support in this 
release:
   
     - All LakeSoul-related code has been marked as `@Deprecated` and will be 
kept for backward compatibility
     - LakeSoul dependencies (including `lakesoul-io-java`, `postgresql`, and 
`scala-library`) have been changed to `provided` scope and will not be packaged 
in the release
     - Comment `extensions_modules+=("lakesoul-scanner")` in build.sh
   
     Users who still need LakeSoul support can manually enable it by modifying 
Maven configurations. However, we strongly recommend migrating to alternative 
catalog solutions. Complete removal of LakeSoul support is planned for a future 
release.
   
   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