Description
When developing completion time incremental query(https://github.com/apache/hudi/pull/11947), we noticed that BaseHoodieTableFileIndex#listPartitionPaths would scan archival timeline, which would harm the performance of incremental queries. This issue was addressed along with the PR above in 1.0, but we need to address this for Hudi 0.x as well