-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.0: [fix](Prepared Statment) Fix exec prepared insert stmt in non master error (#48689) #52266
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
…error (apache#48689) When client send a prepare command to non master frontend like `INSERT INTO xxxx VALUES(?)` and then execute it whith some params. The non master frontend will forward the origin stmt to master and analyze error will occur. In this PR, we forward the origin sql and param to master. Master prepare a logic plan with place holder and then use the param and logic plan to generate physical plan.
|
run buildall |
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 39853 ms |
TPC-DS: Total hot run time: 196279 ms |
ClickBench: Total hot run time: 31.47 s |
dataroaring
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PR approved by at least one committer and no changes requested. |
|
PR approved by anyone and no changes requested. |
… non master error (apache#48689) (apache#52266) backport: apache#48689 Co-authored-by: Lijia Liu <liutang123@yeah.net>
backport: #48689