Skip to content

ARROW-12169: [C++] Fix decompressing file with empty stream at the end#9864

Closed
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-12169-compressed-empty-stream
Closed

ARROW-12169: [C++] Fix decompressing file with empty stream at the end#9864
pitrou wants to merge 1 commit intoapache:masterfrom
pitrou:ARROW-12169-compressed-empty-stream

Conversation

@pitrou
Copy link
Copy Markdown
Member

@pitrou pitrou commented Mar 31, 2021

Compressed files such as .gz can contain multiple concatenated "streams".
If the last stream in the file decompressed to empty data, we would erroneously raise an error.

Compressed files such as `.gz` can contain multiple concatenated "streams".
If the last stream in the file decompressed to empty data, we would erroneously raise an error.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2021

@lidavidm
Copy link
Copy Markdown
Member

lidavidm commented Apr 1, 2021

The failures look unrelated and the R timeouts are expected for now.

@lidavidm lidavidm closed this in 938ac4f Apr 1, 2021
@pitrou pitrou deleted the ARROW-12169-compressed-empty-stream branch April 1, 2021 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants