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] Ability to dump tables on a write #11853

Closed
revans2 opened this issue Dec 10, 2024 · 0 comments · Fixed by #11864
Closed

[FEA] Ability to dump tables on a write #11853

revans2 opened this issue Dec 10, 2024 · 0 comments · Fixed by #11864
Assignees
Labels
feature request New feature or request

Comments

@revans2
Copy link
Collaborator

revans2 commented Dec 10, 2024

Is your feature request related to a problem? Please describe.
We have run into a few cases where a crash can happen when writing data out. Reading data we have a dump tool, but for writes we don't have anything. Ideally we would want a way to serialize out every table. I think this would mostly involve copying the columns to the CPU and dumping them out along with the corresponding metadata and the Spark Schema.

We would then need to write a tool that could then read this data back in and turn it into Tables that we could feed to CUDF for writes.

@revans2 revans2 added ? - Needs Triage Need team to review and classify feature request New feature or request labels Dec 10, 2024
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 10, 2024
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