Skip to content

branch-4.0: [Fix](StreamingJob) fix create table issues when create streaming job #59828 - #59853

Merged
yiguolei merged 1 commit into
branch-4.0from
auto-pick-59828-branch-4.0
Jan 14, 2026
Merged

branch-4.0: [Fix](StreamingJob) fix create table issues when create streaming job #59828#59853
yiguolei merged 1 commit into
branch-4.0from
auto-pick-59828-branch-4.0

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

Cherry-picked from #59828

…#59828)
### What problem does this PR solve?
Related PR: #58898
1. The length of varchar needs to be multiplied by 3 when creating the
table.
2. Columns are ordered according to the primary key.
3. Unsupported column types will result in an error.
@Thearas

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?

@Thearas

Copy link
Copy Markdown
Contributor

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

FE UT Coverage Report

Increment line coverage 73.33% (11/15) 🎉
Increment coverage report
Complete coverage report

@JNSimba

Copy link
Copy Markdown
Member

run cloud_p0

@yiguolei
yiguolei merged commit d556b6e into branch-4.0Jan 14, 2026
25 of 28 checks passed
@github-actions
github-actionsBot deleted the auto-pick-59828-branch-4.0 branch January 14, 2026 09:53
ybtsdst pushed a commit to ybtsdst/doris that referenced this pull request Feb 27, 2026
…treaming job apache#59828 (apache#59853)
Cherry-picked from apache#59828
Co-authored-by: wudi <wudi@selectdb.com>
Sign up for freeto 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.

5 participants

@Thearas@hello-stephen@JNSimba@yiguolei@dataroaring