-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [chore](catalog) Remove LakeSoul External Catalog Support #56746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
355eb86 to
d009c19
Compare
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 33034 ms |
TPC-DS: Total hot run time: 192890 ms |
ClickBench: Total hot run time: 29.36 s |
FE UT Coverage ReportIncrement line coverage |
What problem does this PR solve?
We are removing LakeSoul external catalog support from the latest Doris release due to several critical issues:
Given these factors, maintaining this integration introduces unnecessary security and maintenance burdens without providing tangible value to users. Therefore, we have decided to remove LakeSoul catalog support from this release.
Code Removal
fe/fe-core/src/main/java/org/apache/doris/datasource/lakesoul/)fe/be-java-extensions/lakesoul-scanner/)be/src/vec/exec/format/table/lakesoul_jni_reader.*)Dependency Cleanup
lakesoul-io-javadependency fromfe/fe-core/pom.xmllakesoul-scannermodule from Maven reactor and build scriptsCode Reference Cleanup
CatalogFactory.javaLAKESOULenum fromTableFormatType.javaandTableIf.TableTypeBackward Compatibility
TLakeSoulTable,TLakeSoulFileDesc) as deprecated instead of removing themLAKESOULenum values inInitCatalogLog.TypeandInitDatabaseLog.Typeas@DeprecatedRelease note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)