-
Notifications
You must be signed in to change notification settings - Fork 3.7k
branch-3.1: [fix](Prepared Statment) Fix exec prepared insert stmt in non master error (#48689) #52271
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
|
Thank you for your contribution to Apache Doris. Please clearly describe your PR:
|
|
run buildall |
…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 |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
TPC-H: Total hot run time: 39781 ms |
TPC-DS: Total hot run time: 197247 ms |
ClickBench: Total hot run time: 31.3 s |
|
run buildall |
Cloud UT Coverage ReportIncrement line coverage Increment coverage report
|
BE UT Coverage ReportIncrement line coverage Increment coverage report
|
backport: #48689