Skip to content

Add more constructors to ParquetFileReader #3141

Description

@yuzhu

Describe the enhancement requested

It seems that we are moving towards InputFile instead of HadoopConf and path (indicated by the deprecation notice), but the constructors using InputFile are missing important ones, such as
public ParquetFileReader(InputFile file, ParquetMetadata footer,ParquetReadOptions options, SeekableInputStream f)
where an external footer can be passed in.

If it seems ok, I would like to add some additional constructors to bring the InputFile-based ones to parity with HadoopConf-based ones.

Component(s)

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions