Commits


Antoine Pitrou authored and David Li committed 938ac4f5394
ARROW-12169: [C++] Fix decompressing file with empty stream at the end 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. Closes #9864 from pitrou/ARROW-12169-compressed-empty-stream Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: David Li <li.davidm96@gmail.com>