This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch test_email
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/test_email by this push:
new 9b32889e090 test email (#43660)
9b32889e090 is described below
commit 9b32889e090467fd5ac7be590fee6afcbeb1215a
Author: yiguolei <[email protected]>
AuthorDate: Tue Nov 12 11:51:34 2024 +0800
test email (#43660)
### What problem does this PR solve?
Issue Number: close #xxx
Related PR: #xxx
Problem Summary:
### Release note
None
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test (add detailed scripts or steps below)
- [ ] No need to test or manual test. Explain why:
- [ ] This is a refactor/code format and no logic has been changed.
- [ ] Previous test can cover this change.
- [ ] No code files have been changed.
- [ ] Other reason <!-- Add your reason? -->
- Behavior changed:
- [ ] No.
- [ ] Yes. <!-- Explain the behavior change -->
- Does this need documentation?
- [ ] No.
- [ ] Yes. <!-- Add document PR link here. eg:
https://github.com/apache/doris-website/pull/1214 -->
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR
should merge into -->
Co-authored-by: yiguolei <[email protected]>
---
be/src/olap/base_compaction.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/be/src/olap/base_compaction.cpp b/be/src/olap/base_compaction.cpp
index 8b9cbd75ed3..298881788d5 100644
--- a/be/src/olap/base_compaction.cpp
+++ b/be/src/olap/base_compaction.cpp
@@ -120,7 +120,7 @@ Status BaseCompaction::pick_rowsets_to_compact() {
// If there are delete predicate rowsets in tablet, start_version > 0
implies some rowsets before
// delete version cannot apply these delete predicates, which can cause
incorrect query result.
// So we must abort this base compaction.
- // A typical scenario is that some rowsets before cumulative point are on
remote storage.
+ // Typical scenario is that some rowsets before cumulative point are on
remote storage.
// For example, consider rowset[0,3] is on remote storage, now we pass
[4,4],[5,5],[6,9]
// to do base compaction and rowset[5,5] is delete predicate rowset, if we
allow them to do
// such procedure, then we'll get [4,9] while it will lose the delete
predicate information in [5,5]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]