Uh oh!
There was an error while loading. Please reload this page.
[fix](arrow-flight-sql) Fix arrow flight sql query profile and correct close - #45416
Closed
xinyiZzz wants to merge 9 commits into
Closed
[fix](arrow-flight-sql) Fix arrow flight sql query profile and correct close#45416xinyiZzz wants to merge 9 commits into
xinyiZzz wants to merge 9 commits into
Conversation
Thearas
commented
Dec 13, 2024
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
xinyiZzz
commented
Dec 13, 2024
ContributorAuthor
run buildall |
1 similar comment
xinyiZzz
commented
Dec 16, 2024
ContributorAuthor
run buildall |
xinyiZzzforce-pushed
the
20241213_fix_arrow_flight
branch
from
December 16, 2024 12:42
e1efd86 to
4dd79a2ComparexinyiZzzforce-pushed
the
20241213_fix_arrow_flight
branch
from
December 24, 2024 09:54
c19d392 to
f6d6df7CompareContributor
We're closing this PR because it hasn't been updated in a while. |
63 tasks
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 freeto 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?
finalizeQueryto fail, the query status in the profile was alwaysRUNNING, notOK.isDone=true, it is considered that the query has ended and executesfinalizeArrowFlightSqlRequest.Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)