-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog
Description
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I want to use ParquetObjectReader
ParquetObjectReader::new(store, meta.location).with_file_size(meta.size); |
Describe the solution you'd like
In ParquetObjectReader
, add a new version
field and a new with_version
method. Change the AsyncFileReader
and MetadataSuffixFetch
implementation to use get_opts
with version if version is specified.
Describe alternatives you've considered
Alternative is to maintain a ParquetObjectReader
implementation that supports object version in our implementation.
Additional context
alamb
Metadata
Metadata
Assignees
Labels
enhancementAny new improvement worthy of a entry in the changelogAny new improvement worthy of a entry in the changelog