Skip to content

branch-4.0: [Feature] Support Doris Catalog (#55274) - #58162

Merged
yiguolei merged 2 commits into
apache:branch-4.0from
morningman:40_bp55274
Nov 24, 2025
Merged

branch-4.0: [Feature] Support Doris Catalog (#55274)#58162
yiguolei merged 2 commits into
apache:branch-4.0from
morningman:40_bp55274

Conversation

@morningman

@morningmanmorningman commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@morningman
morningmanforce-pushed the 40_bp55274 branch 2 times, most recently from 46eb0a9 to aecdc91CompareNovember 20, 2025 14:27
@morningman

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage83.49% (1573/1884)
Line Coverage67.64% (28044/41459)
Region Coverage68.18% (13817/20264)
Branch Coverage58.43% (7368/12610)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 36.29% (45/124) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage52.79% (18164/34408)
Line Coverage38.15% (165433/433667)
Region Coverage33.17% (128531/387524)
Branch Coverage33.96% (55410/163164)

@morningman

Copy link
Copy Markdown
ContributorAuthor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage83.49% (1573/1884)
Line Coverage67.62% (28036/41459)
Region Coverage68.15% (13809/20264)
Branch Coverage58.39% (7363/12610)

@hello-stephen

Copy link
Copy Markdown
Contributor

FE UT Coverage Report

Increment line coverage 16.74% (78/466) 🎉
Increment coverage report
Complete coverage report

@morningman

Copy link
Copy Markdown
ContributorAuthor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage83.49% (1573/1884)
Line Coverage67.65% (28049/41459)
Region Coverage68.18% (13816/20264)
Branch Coverage58.37% (7361/12610)

@hello-stephen

Copy link
Copy Markdown
Contributor

FE UT Coverage Report

Increment line coverage 16.74% (78/466) 🎉
Increment coverage report
Complete coverage report

Chen768959and others added 2 commits November 22, 2025 18:01
The new Doris Catalog replaces the previous method of accessing external
tables in remote Doris clusters via JDBC Catalog.
related: apache#56011
1. It retrieves metadata of Doris external tables through HTTP APIs.
2. The metadata information for Doris external tables is more accurate,
fully capturing various metadata from remote cluster tables, such as
primary keys, bucketing keys, and native Doris data types.
3. The underlying implementation uses Arrow Flight SQL to communicate
with the remote Doris cluster, achieving approximately 4 times higher
transmission performance compared to the single-node JDBC Catalog.
4. It supports concurrent retrieval of Arrow response results from the
remote Doris cluster, with transmission performance scaling linearly as
the cluster size increases.
@yiguolei

Copy link
Copy Markdown
Contributor

run buildall

@doris-robot

Copy link
Copy Markdown

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage83.49% (1573/1884)
Line Coverage67.69% (28063/41459)
Region Coverage68.18% (13815/20264)
Branch Coverage58.37% (7361/12610)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE UT Coverage Report

Increment line coverage 0.00% (0/83) 🎉

Increment coverage report
Complete coverage report

CategoryCoverage
Function Coverage52.78% (18153/34396)
Line Coverage38.13% (165299/433544)
Region Coverage33.14% (128410/387467)
Branch Coverage33.94% (55360/163134)

@yiguolei
yiguolei merged commit 7989173 into apache:branch-4.0Nov 24, 2025
22 of 26 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@morningman@hello-stephen@doris-robot@yiguolei@Chen768959