-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[fix](planner)fix failed to create view when use window function #17815
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
Conversation
|
run buildall |
|
run buildall |
|
TeamCity pipeline, clickbench performance test result: |
|
run buildall |
|
run fe ut |
1 similar comment
|
run fe ut |
|
run buildall |
|
run buildall |
|
run fe ut |
|
run buildall |
|
run p0 |
|
run buildall |
|
run p0 |
|
run buildall |
|
run buildall |
|
run fe ut |
2 similar comments
|
run fe ut |
|
run fe ut |
|
run buildall |
1 similar comment
|
run buildall |
|
run p0 |
|
run buildall |
|
run p0 |
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
fix failed to create view when use window function because the view string contains slot id and which cannot be parsed.
…pache#17815)" (apache#1591) fix failed to create view when use window function because the view string contains slot id and which cannot be parsed. Co-authored-by: mch_ucchi <41606806+sohardforaname@users.noreply.github.com>
…#17815) fix failed to create view when use window function because the view string contains slot id and which cannot be parsed.
…#17815) fix failed to create view when use window function because the view string contains slot id and which cannot be parsed.
…pache#17815)" (apache#1592) fix failed to create view when use window function because the view string contains slot id and which cannot be parsed. Co-authored-by: mch_ucchi <41606806+sohardforaname@users.noreply.github.com>
Proposed changes
Issue Number: close #xxx
Problem summary
fix failed to create view when use window function because the view string contains slot id and which cannot be parsed.
Checklist(Required)
Further comments
If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...