Skip to content

Conversation

@csun5285
Copy link
Contributor

pick from master #50937

github-actions bot and others added 30 commits April 22, 2025 10:59
…49846 (apache#49933)

Cherry-picked from apache#49846

Co-authored-by: Mryange <yanxuecheng@selectdb.com>
…ath in fe apache#49645 (apache#49750)

Cherry-picked from apache#49645

Co-authored-by: Socrates <suyiteng@selectdb.com>
…pache#49569 (apache#49603)

Cherry-picked from apache#49569

Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com>
…pache#47378 (apache#50222)

Cherry-picked from apache#47378

Co-authored-by: zhangyuan <ayuanzhang@tencent.com>
…m load apache#49167 (apache#50029)

Cherry-picked from apache#49167

Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
…xpressions apache#49166 (apache#49941)

cherry pick from apache#49166

Co-authored-by: morrySnow <zhangwenxin@selectdb.com>
…c_tablet_rowsets` and `CloudSchemaChangeJob::_convert_historical_rowsets` (apache#50051) (apache#50081)

pick apache#50051
…pache#50056 (apache#50169)

Cherry-picked from apache#50056

Co-authored-by: airborne12 <jiangkai@selectdb.com>
…tion task's return value unifiedly in CloudEngineCalcDeleteBitmapTask::execute apache#50019 (apache#50045)

pick apache#50019
 (apache#50218)

Cherry-picked from apache#50088

Co-authored-by: Tiewei Fang <fangtiewei@selectdb.com>
… handling type mismatch in streaming_agg_serialize_to_column apache#50001 (apache#50098)

Cherry-picked from: apache#50001
…ontains fs apache#49998 (apache#50197)

Cherry-picked from apache#49998

Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com>
…g fatal during memory allocate failed apache#49876 (apache#49896)

Cherry-picked from apache#49876

Co-authored-by: yiguolei <guolei@selectdb.com>
…range apache#49993 (apache#49997)

Cherry-picked from apache#49993

Co-authored-by: zclllyybb <zhaochangle@selectdb.com>
### What problem does this PR solve?

Issue Number: close #xxx

Related PR: apache#49872

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)
    - [x] No need to test or manual test. Explain why:
- [x] 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:
    - [x] No.
    - [ ] Yes. <!-- Explain the behavior change -->

- Does this need documentation?
    - [x] No.
- [ ] Yes. <!-- Add document PR link here. eg:
apache/doris-website#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 -->
…g's group by after removing constant group by keys apache#49473 (apache#50043)

Cherry-picked from apache#49473

Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
…e && read partition tb cause be core. apache#49966 (apache#50007)

Cherry-picked from apache#49966

Co-authored-by: daidai <changyuwei@selectdb.com>
… read part of the timestamp data apache#49600 (apache#49705)

Cherry-picked from apache#49600

Co-authored-by: daidai <changyuwei@selectdb.com>
…formation_schema.tables` within `trino-connector` catalog apache#49912 (apache#50006)

Cherry-picked from apache#49912

Co-authored-by: Tiewei Fang <fangtiewei@selectdb.com>
…ache#50038 (apache#50268)

Cherry-picked from apache#50038

Co-authored-by: Mingyu Chen (Rayner) <morningman@163.com>
…apache#50190)

[chore] Updated submodule orc to orc-for-doris-21 branch.
…here is a delete rowset apache#49953 (apache#50291)

Cherry-picked from apache#49953

Co-authored-by: abmdocrt <lianyukang@selectdb.com>
…FE master node restart apache#50221 (apache#50282)

Cherry-picked from apache#50221

Co-authored-by: hui lai <laihui@selectdb.com>
github-actions bot and others added 20 commits May 17, 2025 21:47
…che#50866 (apache#50992)

Cherry-picked from apache#50866

Co-authored-by: xy720 <22125576+xy720@users.noreply.github.com>
…ache#49775 (apache#50072)

Cherry-picked from apache#49775

Co-authored-by: deardeng <dengxin@selectdb.com>
…n in cloud mode apache#50888 (apache#51027)

Cherry-picked from apache#50888

Co-authored-by: zhangdong <zhangdong@selectdb.com>
…before being selected again apache#50672 (apache#51030)

Cherry-picked from apache#50672

Co-authored-by: abmdocrt <lianyukang@selectdb.com>
…pache#51058 (apache#51074)

Cherry-picked from apache#51058

Co-authored-by: morrySnow <zhangwenxin@selectdb.com>
…on Profiling and Logging apache#50950" (apache#51125)

Pick apache#50950 

Co-authored-by: yoruet <1559650411@qq.com>
…ase insensitive when pruning partition in DeleteJob apache#50674 (apache#51113)

Cherry-picked from apache#50674

Co-authored-by: starocean999 <lichi@selectdb.com>
…he#51064)

Cherry-picked from apache#50697

Co-authored-by: Sun Chenyang <sunchenyang@selectdb.com>
… job fetch meta to avoid jitter apache#50587 (apache#51043)

Cherry-picked from apache#50587

Co-authored-by: hui lai <laihui@selectdb.com>
…e slot apache#51086 (apache#51137)

Cherry-picked from apache#51086

Co-authored-by: 924060929 <lanhuajian@selectdb.com>
…variant-type column (apache#50937)

create empty idx file when creating a index on variant-type column
@hello-stephen
Copy link
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@csun5285 csun5285 closed this May 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.