Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-38591: [Parquet][C++] Remove redundant open calls in `ParquetFileF…
…ormat::GetReaderAsync` (#38621) ### Rationale for this change There were duplicate method calls causing extra I/O operations, apparently unintentional from 0793432. ### What changes are included in this PR? Remove the extra method calls. ### Are these changes tested? ### Are there any user-facing changes? * Closes: #38591 Authored-by: Eero Lihavainen <[email protected]> Signed-off-by: mwish <[email protected]>
- Loading branch information