Skip to content

zip_list fails on some very large zip files but not others #115

@mirickmi

Description

@mirickmi

Hi,

so I have received three .zip files.
All of them contain the same data type (a huge number of small CSV files).
zip-File1: 33.7 GB (about 1.4 million files)
zip-File2: 27.9 GB (about 1.4 million files)
zip-File3: 26.7 GB (about 650.000 files)

For some reason I can list the files within the first two zip-files but not within the third (even if I try to read only that particular file). The function zip_list() immediately returns a 'Cannot open zip file XXX.zip' error message.
Unfortunately, I cannot provide the zip files for reproducibility.
I'm working on Windows 10 (64-bit).

Is it possible that this has to do with the sheer amount of files (which appear to be larger in size/file within the third zip-file)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions