Uh oh!
There was an error while loading. Please reload this page.
branch-4.0: [Feature] Support Doris Catalog (#55274) - #58162
Conversation
hello-stephen
commented
Nov 20, 2025
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
46eb0a9 to
aecdc91Comparemorningman
commented
Nov 20, 2025
run buildall |
doris-robot
commented
Nov 20, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Nov 20, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
morningman
commented
Nov 22, 2025
run buildall |
hello-stephen
commented
Nov 22, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Nov 22, 2025
FE UT Coverage ReportIncrement line coverage |
morningman
commented
Nov 22, 2025
run buildall |
doris-robot
commented
Nov 22, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Nov 22, 2025
FE UT Coverage ReportIncrement line coverage |
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
commented
Nov 22, 2025
run buildall |
doris-robot
commented
Nov 22, 2025
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
hello-stephen
commented
Nov 22, 2025
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
Uh oh!
There was an error while loading. Please reload this page.
bp #55274#58002#58248