Uh oh!
There was an error while loading. Please reload this page.
[opt](arrow_flight) Add enable_arrow_flight configuration option - #60388
[opt](arrow_flight) Add enable_arrow_flight configuration option#60388uchenily wants to merge 5 commits into
Conversation
Thearas
commented
Jan 30, 2026
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
uchenily
commented
Jan 30, 2026
run buildall |
doris-robot
commented
Jan 30, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
uchenily
commented
Feb 3, 2026
run buildall |
doris-robot
commented
Feb 3, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
uchenily
commented
Feb 6, 2026
run buildall |
doris-robot
commented
Feb 6, 2026
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
We're closing this PR because it hasn't been updated in a while. |
What problem does this PR solve?
This PR add
enable_arrow_flightoption, makes the arrow flight work pool optional and only creates it when explicitly enabled via configuration. This allows users to disable arrow flight functionality and avoid allocating unnecessary thread poolresources when the feature is not needed.
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)