Skip to content

Conversation

@morningman
Copy link
Contributor

@morningman morningman commented Nov 20, 2025

@morningman morningman requested a review from yiguolei as a code owner November 20, 2025 01:42
@hello-stephen
Copy link
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 morningman force-pushed the 40_bp55274 branch 2 times, most recently from 46eb0a9 to aecdc91 Compare November 20, 2025 14:27
@morningman
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 83.49% (1573/1884)
Line Coverage 67.64% (28044/41459)
Region Coverage 68.18% (13817/20264)
Branch Coverage 58.43% (7368/12610)

@hello-stephen
Copy link
Contributor

BE UT Coverage Report

Increment line coverage 36.29% (45/124) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 52.79% (18164/34408)
Line Coverage 38.15% (165433/433667)
Region Coverage 33.17% (128531/387524)
Branch Coverage 33.96% (55410/163164)

@morningman
Copy link
Contributor Author

run buildall

@hello-stephen
Copy link
Contributor

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 83.49% (1573/1884)
Line Coverage 67.62% (28036/41459)
Region Coverage 68.15% (13809/20264)
Branch Coverage 58.39% (7363/12610)

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

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

@morningman
Copy link
Contributor Author

run buildall

@doris-robot
Copy link

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 83.49% (1573/1884)
Line Coverage 67.65% (28049/41459)
Region Coverage 68.18% (13816/20264)
Branch Coverage 58.37% (7361/12610)

@hello-stephen
Copy link
Contributor

FE UT Coverage Report

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

Chen768959 and 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
Contributor

run buildall

@doris-robot
Copy link

Cloud UT Coverage Report

Increment line coverage 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 83.49% (1573/1884)
Line Coverage 67.69% (28063/41459)
Region Coverage 68.18% (13815/20264)
Branch Coverage 58.37% (7361/12610)

@hello-stephen
Copy link
Contributor

BE UT Coverage Report

Increment line coverage 0.00% (0/83) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 52.78% (18153/34396)
Line Coverage 38.13% (165299/433544)
Region Coverage 33.14% (128410/387467)
Branch Coverage 33.94% (55360/163134)

@yiguolei yiguolei merged commit 7989173 into apache:branch-4.0 Nov 24, 2025
22 of 26 checks passed
Sign up for free to 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