Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When i try to wrapper ParquetObjectReader and implement our internal metadata cache, and i will pass the option to the inner ParquetObjectReader, but it does not respect the index policy option even it's not skip, and it always be false and will not load page index which i want to prefetch and cache.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
When i try to wrapper ParquetObjectReader and implement our internal metadata cache, and i will pass the option to the inner ParquetObjectReader, but it does not respect the index policy option even it's not skip, and it always be false and will not load page index which i want to prefetch and cache.
Describe the solution you'd like
Describe alternatives you've considered
Additional context