Skip to content

Can not use TqdmCallback as childCallback for ArrowFSWrapper get #1943

@OneSizeFitsQuorum

Description

@OneSizeFitsQuorum

Currently, I am overriding TqdmCallback to support showing both directory-level and file-level progress when using the get method. However, I noticed that after this PR (35da646), the opened files are no longer seekable. This results in the function for getting the file size becoming non-callable, which in turn prevents supporting progress tracking at the single file level.

I would like to know why the seekable flag is being forcibly set to False here. If this behavior is necessary, should there be an option to set it to True?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions