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

Properly close data writer in GpuFileFormatWriter #4525

Conversation

NVnavkumar
Copy link
Collaborator

Fixes #1866

Make this more consistent with implementation of FileFormatWriter change implemented in SPARK-30227 by adding finallyBlock with close() call on dataWriter

Signed-off-by: Navin Kumar navink@nvidia.com

Make this more consistent with implementation of FileFormatWriter change implemented in SPARK-30227 by adding finallyBlock with close() call on dataWriter

Signed-off-by: Navin Kumar <navink@nvidia.com>
@NVnavkumar NVnavkumar added the bug Something isn't working label Jan 13, 2022
@NVnavkumar NVnavkumar added this to the Jan 10 - Jan 28 milestone Jan 13, 2022
@NVnavkumar
Copy link
Collaborator Author

build

@NVnavkumar NVnavkumar marked this pull request as draft January 13, 2022 20:29
@NVnavkumar NVnavkumar marked this pull request as ready for review January 13, 2022 21:50
@NVnavkumar NVnavkumar changed the title [WIP] Properly close data writer in GpuFileFormatWriter Properly close data writer in GpuFileFormatWriter Jan 13, 2022
@sameerz sameerz merged commit 957da55 into NVIDIA:branch-22.02 Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] GpuFileFormatWriter does not close the data writer
3 participants