Uh oh!
There was an error while loading. Please reload this page.
[feat](refactor-param) refactor routineLoad's code about fileformat - #50552
Merged
Conversation
hello-stephen
commented
Apr 29, 2025
Contributor
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
BePPPower
commented
Apr 29, 2025
ContributorAuthor
run buildall |
starocean999
commented
Apr 29, 2025
Contributor
stream load, routine load and broker load has been migrate to nereids planner( #49116 ), please update the code for the new planner too. |
BePPPower
commented
Apr 30, 2025
ContributorAuthor
run buildall |
doris-robot
commented
Apr 30, 2025
TPC-H: Total hot run time: 33989 ms |
doris-robot
commented
Apr 30, 2025
TPC-DS: Total hot run time: 185352 ms |
doris-robot
commented
Apr 30, 2025
ClickBench: Total hot run time: 28.83 s |
BePPPowerforce-pushed
the
refactorRoutineLoad
branch
from
May 8, 2025 03:40
0e75500 to
c496d85CompareBePPPower
commented
May 8, 2025
ContributorAuthor
run buildall |
doris-robot
commented
May 8, 2025
TPC-H: Total hot run time: 33750 ms |
doris-robot
commented
May 8, 2025
TPC-DS: Total hot run time: 192231 ms |
doris-robot
commented
May 8, 2025
ClickBench: Total hot run time: 28.88 s |
BePPPower
commented
May 8, 2025
ContributorAuthor
run p0 |
BePPPower
commented
May 8, 2025
ContributorAuthor
run buildall |
BePPPower
commented
May 8, 2025
ContributorAuthor
run feut, performance |
BePPPower
commented
May 8, 2025
ContributorAuthor
run buildall |
doris-robot
commented
May 8, 2025
TPC-H: Total hot run time: 33856 ms |
doris-robot
commented
May 8, 2025
TPC-DS: Total hot run time: 185485 ms |
doris-robot
commented
May 8, 2025
ClickBench: Total hot run time: 28.83 s |
BePPPower
commented
May 8, 2025
ContributorAuthor
run buildall |
morningmanforce-pushed
the
refactorRoutineLoad
branch
from
May 12, 2025 01:57
c3805dd to
e1ec8e5Comparemorningman
commented
May 12, 2025
Contributor
run buildall |
doris-robot
commented
May 12, 2025
TPC-H: Total hot run time: 33961 ms |
doris-robot
commented
May 12, 2025
TPC-DS: Total hot run time: 193438 ms |
doris-robot
commented
May 12, 2025
ClickBench: Total hot run time: 29.74 s |
Contributor
PR approved by at least one committer and no changes requested. |
Contributor
PR approved by anyone and no changes requested. |
suxiaogang223
approved these changes
May 13, 2025
wuwenchi
approved these changes
May 13, 2025
koarz pushed a commit
to koarz/doris
that referenced
this pull request
Jun 4, 2025
…pache#50552) Issue Number: apache#50238 Problem Summary: Previously, we refactored the code of the fileFormat attribute (apache#50225). However, we only added the relevant code without modifying the business code. This pull request modifies the code of the `RoutineLoad` feature that is related to the fileformat.
CalvinKirs pushed a commit
to CalvinKirs/incubator-doris
that referenced
this pull request
Jun 24, 2025
…ileformat (apache#50552) Issue Number: apache#50238 Problem Summary: Previously, we refactored the code of the fileFormat attribute (apache#50225). However, we only added the relevant code without modifying the business code. This pull request modifies the code of the `RoutineLoad` feature that is related to the fileformat. (cherry picked from commit b3abfab)
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.
Issue Number: #50238
Problem Summary:
Previously, we refactored the code of the fileFormat attribute (#50225). However, we only added the relevant code without modifying the business code. This pull request modifies the code of the
RoutineLoadfeature that is related to the fileformat.Release note
None
Check List (For Author)
Test
Behavior changed:
Does this need documentation?
Check List (For Reviewer who merge this PR)