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

[FEA] Support OverwriteByExpressionExecV1 for Delta Lake #7279

Closed
jlowe opened this issue Dec 6, 2022 · 0 comments · Fixed by #9546
Closed

[FEA] Support OverwriteByExpressionExecV1 for Delta Lake #7279

jlowe opened this issue Dec 6, 2022 · 0 comments · Fixed by #9546
Assignees
Labels
feature request New feature or request

Comments

@jlowe
Copy link
Contributor

jlowe commented Dec 6, 2022

Delta Lake writes can occur in many forms in a query plan. One form is an OverwriteByExpressionExecV1. The RAPIDS Accelerator should support Delta Lake writes that use this form in the query plan.

This form appears when using the SQL API to insert into a table with overwrite, e.g.:

spark.range(10).createOrReplaceTempView("r")
spark.sql("CREATE TABLE d (id BIGINT) USING DELTA")
spark.sql("INSERT OVERWRITE d SELECT * FROM r")
@jlowe jlowe added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 6, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Dec 6, 2022
@jlowe jlowe self-assigned this Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants