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

LogicalPlan serde is not yet implemented for Dml #13616

Open
Tracked by #1068
milenkovicm opened this issue Dec 1, 2024 · 0 comments · May be fixed by #14079
Open
Tracked by #1068

LogicalPlan serde is not yet implemented for Dml #13616

milenkovicm opened this issue Dec 1, 2024 · 0 comments · May be fixed by #14079
Labels
enhancement New feature or request

Comments

@milenkovicm
Copy link
Contributor

Is your feature request related to a problem or challenge?

At the moment INSERT INTO statement is not supported in ballista, test: https://github.com/apache/datafusion-ballista/blob/c28ccaf006c2e30f6bf5c67ca5873e12f6abea68/ballista/client/tests/context_unsupported.rs#L155 fails with:

Error: Internal(failed to serialize logical plan: Internal(LogicalPlan serde is not yet implemented for Dml))

LogicalPlan::Dml(DmlStatement) is does not support serde

Describe the solution you'd like

It would be great if LogicalPlan::Dml(DmlStatement {...} ) gets proto serde mapping

Describe alternatives you've considered

Alternative would be to implement LogicalPlan::Dml(DmlStatement {...} ) in ballista code

Additional context

No response

@milenkovicm milenkovicm added the enhancement New feature or request label Dec 1, 2024
milenkovicm added a commit to milenkovicm/arrow-datafusion-fork that referenced this issue Jan 10, 2025
milenkovicm added a commit to milenkovicm/arrow-datafusion-fork that referenced this issue Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant