Skip to content
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

Support LogicalPlan::Insert to InsertRequest #2445

Closed
waynexia opened this issue Sep 19, 2023 · 0 comments · Fixed by #2491
Closed

Support LogicalPlan::Insert to InsertRequest #2445

waynexia opened this issue Sep 19, 2023 · 0 comments · Fixed by #2491
Assignees
Labels
C-enhancement Category Enhancements

Comments

@waynexia
Copy link
Member

What type of enhancement is this?

Tech debt reduction

What does the enhancement do?

Our logic of processing prepared statement is converting them into LogicalPlan with placeholder. Thus all prepared statement will eventually becomes a logical plan, including INSERT INTO.

But we only support insert with gRPC request and SQL AST. This ticket requests another way that support converting logical plan to insert request

Implementation challenges

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category Enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants