Is your feature request related to a problem or challenge?
Currently ParquetOpener uses ParquetRecordBatchStreamBuilder instead of ParquetPushDecoderBuilder
We would like to split IO and CPU in the future better, this is a step in that direction.
Describe the solution you'd like
Rewrite ParquetOpener using ParquetPushDecoder
Describe alternatives you've considered
No response
Additional context
No response