-
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 cte output column duplicate #34904
Conversation
Signed-off-by: Seaven <seaven_7@qq.com>
Kudos, SonarCloud Quality Gate passed!
|
[FE Incremental Coverage Report]✅ pass : 3 / 3 (100.00%) file detail
|
[BE Incremental Coverage Report]❌ fail : 0 / 5 (00.00%) file detail
|
@Mergifyio backport branch-3.2 |
@Mergifyio backport branch-3.1 |
✅ Backports have been created
|
@Mergifyio backport branch-3.0 |
@Mergifyio backport branch-2.5 |
✅ Backports have been created
|
✅ Backports have been created
|
✅ Backports have been created
|
Signed-off-by: Seaven <seaven_7@qq.com> (cherry picked from commit a2015c1)
Signed-off-by: Seaven <seaven_7@qq.com> (cherry picked from commit a2015c1) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/sql/plan/PlanFragmentBuilder.java
Signed-off-by: Seaven <seaven_7@qq.com> (cherry picked from commit a2015c1) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/sql/plan/PlanFragmentBuilder.java
Signed-off-by: Seaven <seaven_7@qq.com> (cherry picked from commit a2015c1) # Conflicts: # fe/fe-core/src/main/java/com/starrocks/sql/plan/PlanFragmentBuilder.java
Signed-off-by: Seaven <seaven_7@qq.com> (cherry picked from commit a2015c1)
Signed-off-by: Seaven <seaven_7@qq.com>
Signed-off-by: Seaven <seaven_7@qq.com>
Signed-off-by: Seaven <seaven_7@qq.com>
… (StarRocks#35085) Signed-off-by: Seaven <seaven_7@qq.com>
Fixes #34481
In CTE's MultiCastDataSinks(exchange-3), will prune column for CTE-consume, but set duplicate column, will crash when clone chunk
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: