Skip to content

branch-4.1: [bug](analytic) fix partition by column when it overflow haven't convert to column64 #65240#65297

Open
github-actions[bot] wants to merge 1 commit into
branch-4.1from
auto-pick-65240-branch-4.1
Open

branch-4.1: [bug](analytic) fix partition by column when it overflow haven't convert to column64 #65240#65297
github-actions[bot] wants to merge 1 commit into
branch-4.1from
auto-pick-65240-branch-4.1

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Cherry-picked from #65240

…ert to column64 (#65240)

### What problem does this PR solve?
when insert into partition by column, will be call
insert_range_from_ignore_overflow function,
the dst column maybe overflow, so need add the
convert_column_if_overflow function to convert to column64。
@github-actions github-actions Bot requested a review from yiguolei as a code owner July 7, 2026 03:17
@hello-stephen

Copy link
Copy Markdown
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?

@hello-stephen

Copy link
Copy Markdown
Contributor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 97.30% (36/37) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 73.75% (27563/37375)
Line Coverage 57.43% (299111/520868)
Region Coverage 55.02% (250754/455758)
Branch Coverage 56.38% (108600/192634)

@hello-stephen

Copy link
Copy Markdown
Contributor

BE Regression && UT Coverage Report

Increment line coverage 97.30% (36/37) 🎉

Increment coverage report
Complete coverage report

Category Coverage
Function Coverage 73.74% (27562/37375)
Line Coverage 57.42% (299080/520868)
Region Coverage 55.02% (250777/455758)
Branch Coverage 56.37% (108587/192634)

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.

2 participants