Skip to content

feat: add insert into logical plan in request#231

Merged
discord9 merged 5 commits intomainfrom
feat/insert_into_logical_plan
Apr 18, 2025
Merged

feat: add insert into logical plan in request#231
discord9 merged 5 commits intomainfrom
feat/insert_into_logical_plan

Conversation

@discord9
Copy link
Copy Markdown
Contributor

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

add insert into logical plan in request as substrait doesn't support WriteRel to InsertInto in datafusion, this is a workaround for internal use only, hence shouldn't be documented to user

Please explain IN DETAIL what the changes are in this PR and why they are needed:

substrait doesn't support decode WriteRel to InsertInto in datafusion, so this workaround is use

  • Summarize your change (mandatory)
  • How does this PR work? Need a brief introduction for the changed logic (optional)
  • Describe clearly one logical change and avoid lazy messages (optional)
  • Describe any limitations of the current code (optional)

Checklist

  • I have written the necessary comments.
  • I have added the necessary unit tests and integration tests.

Comment thread proto/greptime/v1/database.proto Outdated
@discord9 discord9 force-pushed the feat/insert_into_logical_plan branch from f44681b to 9a2cbf8 Compare April 18, 2025 11:31
@discord9 discord9 merged commit e82b015 into main Apr 18, 2025
6 checks passed
@discord9 discord9 deleted the feat/insert_into_logical_plan branch April 18, 2025 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants