Is your feature request related to a problem or challenge?
Currently, the code handling ReadType::LocalFiles does not support multiple local files. So I can only use a stupid way to directly refer the first filename.
#10842 (comment)
Describe the solution you'd like
I would like a combination naming method on all the files if they were partitioned parquet files or distinguish between different files if each file stands for different table.
Describe alternatives you've considered
No response
Additional context
No response