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

Implement protobuf serialization for LogicalPlan::CopyTo #8596

Closed
andygrove opened this issue Dec 20, 2023 · 0 comments · Fixed by #8618
Closed

Implement protobuf serialization for LogicalPlan::CopyTo #8596

andygrove opened this issue Dec 20, 2023 · 0 comments · Fixed by #8618
Assignees
Labels
enhancement New feature or request

Comments

@andygrove
Copy link
Member

andygrove commented Dec 20, 2023

Is your feature request related to a problem or challenge?

Ballista can no longer write query results to disk, because of refactoring of the logical plan in DataFusion to use CopyTo and there is no serde support for this node, resulting in this error:

Error: DataFusionError(Internal("failed to serialize logical plan: Internal(\"LogicalPlan serde is not yet implemented for Copy\")"))

Describe the solution you'd like

Implement serde for CopyTo

Describe alternatives you've considered

No response

Additional context

No response

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