-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BugFix] fix several bugs of pipe #34871
Conversation
fe/fe-core/src/main/java/com/starrocks/common/util/DateUtils.java
Outdated
Show resolved
Hide resolved
5d41629
to
ebfb0e0
Compare
@Mergifyio rebase |
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <mofei@starrocks.com>
✅ Branch has been successfully rebased |
5213fb5
to
af28973
Compare
Kudos, SonarCloud Quality Gate passed!
|
[BE Incremental Coverage Report]✅ pass : 0 / 0 (0%) |
[FE Incremental Coverage Report]✅ pass : 17 / 19 (89.47%) file detail
|
@Mergifyio backport branch-3.2 |
✅ Backports have been created
|
Signed-off-by: Murphy <mofei@starrocks.com> (cherry picked from commit 31b9a33)
} | ||
loadStatus.loadingFiles = 0; | ||
|
||
// Change LOADING files to UNLOADED | ||
if (CollectionUtils.isNotEmpty(loadingFiles)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does this mean?
Signed-off-by: Murphy <mofei@starrocks.com> (cherry picked from commit 31b9a33)
Why I'm doing:
What I'm doing:
pipes.created_time
pipes.last_error
Fixes #issue
What type of PR is this:
Does this PR entail a change in behavior?
If yes, please specify the type of change:
Checklist:
Bugfix cherry-pick branch check: