[fix](arrow-flight-sql) Separate arrow-flight-sql connection and mysql connection#50939
Merged
Merged
Conversation
Contributor
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 33576 ms |
TPC-DS: Total hot run time: 193218 ms |
ClickBench: Total hot run time: 29 s |
yiguolei
reviewed
May 15, 2025
yiguolei
reviewed
May 15, 2025
yiguolei
reviewed
May 15, 2025
Contributor
BE Regression && UT Coverage ReportIncrement line coverage Increment coverage report
|
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 34545 ms |
TPC-DS: Total hot run time: 193187 ms |
ClickBench: Total hot run time: 29.13 s |
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
6932454 to
07f2b2d
Compare
Contributor
Author
|
run buildall |
TPC-H: Total hot run time: 33664 ms |
TPC-DS: Total hot run time: 192556 ms |
ClickBench: Total hot run time: 29.15 s |
CalvinKirs
approved these changes
May 19, 2025
xinyiZzz
added a commit
to xinyiZzz/incubator-doris
that referenced
this pull request
May 21, 2025
…l connection (apache#50939) Add FE conf `arrow_flight_max_connections` as the upper limit of arrow-flight-sql connection, arrow-flight-sql connections and mysql connections will be managed separately.
16 tasks
yiguolei
pushed a commit
that referenced
this pull request
May 26, 2025
…le error and decimal type error when convert to Parquet (#51217) ### What problem does this PR solve? Introduced: #50939 In Arrow 19.0.1, 1. some scenarios will force the use of `arrow::smallest_decimal` instead of `arrow::decimal`, but when `arrow::smallest_decimal` is converted to Parquet, an error will occur: `NotImplemented: Unhandled type for Arrow to Parquet schema conversion: decimal32(5, 2)` 2. when compile Doris BE on MacOS M1, an error `arithmetic on a pointer to an incomplete type 'arrow::flight::FlightEndpoint'` will occur. This is because there is a circular dependency in `arrow/flight/types.h`, `std::vector<FlightEndpoint>` is used in `476: struct Data`, but `809: struct FlightEndpoint` is defined later.
xinyiZzz
added a commit
to xinyiZzz/incubator-doris
that referenced
this pull request
May 27, 2025
…le error and decimal type error when convert to Parquet (apache#51217) Introduced: apache#50939 In Arrow 19.0.1, 1. some scenarios will force the use of `arrow::smallest_decimal` instead of `arrow::decimal`, but when `arrow::smallest_decimal` is converted to Parquet, an error will occur: `NotImplemented: Unhandled type for Arrow to Parquet schema conversion: decimal32(5, 2)` 2. when compile Doris BE on MacOS M1, an error `arithmetic on a pointer to an incomplete type 'arrow::flight::FlightEndpoint'` will occur. This is because there is a circular dependency in `arrow/flight/types.h`, `std::vector<FlightEndpoint>` is used in `476: struct Data`, but `809: struct FlightEndpoint` is defined later.
xinyiZzz
added a commit
to xinyiZzz/incubator-doris
that referenced
this pull request
May 27, 2025
…le error and decimal type error when convert to Parquet (apache#51217) Introduced: apache#50939 In Arrow 19.0.1, 1. some scenarios will force the use of `arrow::smallest_decimal` instead of `arrow::decimal`, but when `arrow::smallest_decimal` is converted to Parquet, an error will occur: `NotImplemented: Unhandled type for Arrow to Parquet schema conversion: decimal32(5, 2)` 2. when compile Doris BE on MacOS M1, an error `arithmetic on a pointer to an incomplete type 'arrow::flight::FlightEndpoint'` will occur. This is because there is a circular dependency in `arrow/flight/types.h`, `std::vector<FlightEndpoint>` is used in `476: struct Data`, but `809: struct FlightEndpoint` is defined later.
xinyiZzz
added a commit
to xinyiZzz/incubator-doris
that referenced
this pull request
May 27, 2025
…l connection (apache#50939) Add FE conf `arrow_flight_max_connections` as the upper limit of arrow-flight-sql connection, arrow-flight-sql connections and mysql connections will be managed separately.
xinyiZzz
added a commit
to xinyiZzz/incubator-doris
that referenced
this pull request
May 27, 2025
…l connection (apache#50939) Add FE conf `arrow_flight_max_connections` as the upper limit of arrow-flight-sql connection, arrow-flight-sql connections and mysql connections will be managed separately.
koarz
pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…l connection (apache#50939) ### What problem does this PR solve? Add FE conf `arrow_flight_max_connections` as the upper limit of arrow-flight-sql connection, arrow-flight-sql connections and mysql connections will be managed separately.
koarz
pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…le error and decimal type error when convert to Parquet (apache#51217) ### What problem does this PR solve? Introduced: apache#50939 In Arrow 19.0.1, 1. some scenarios will force the use of `arrow::smallest_decimal` instead of `arrow::decimal`, but when `arrow::smallest_decimal` is converted to Parquet, an error will occur: `NotImplemented: Unhandled type for Arrow to Parquet schema conversion: decimal32(5, 2)` 2. when compile Doris BE on MacOS M1, an error `arithmetic on a pointer to an incomplete type 'arrow::flight::FlightEndpoint'` will occur. This is because there is a circular dependency in `arrow/flight/types.h`, `std::vector<FlightEndpoint>` is used in `476: struct Data`, but `809: struct FlightEndpoint` is defined later.
morrySnow
added a commit
to morrySnow/incubator-doris
that referenced
this pull request
Jun 18, 2026
2 issues: - self fe check is not stable - rpc privilege check should use ADMIN instead of GRANT related PR: apache#25052 apache#50939
16 tasks
morrySnow
added a commit
that referenced
this pull request
Jun 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What problem does this PR solve?
Add FE conf
arrow_flight_max_connectionsas the upper limit of arrow-flight-sql connection, arrow-flight-sql connections and mysql connections will be managed separately.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)