You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apacheGH-46871: [C++][Parquet] Restore implementation of 3 arrow::FileReader::GetRecordBatchReader() functions (apache#46868)
### Rationale for this change
Those functions were accidentally removed in f7bc271 whereas only the variants using unique_ptr<> were intended for removal.
### What changes are included in this PR?
Restore the implementation of 3 functions whose prototype is still available
### Are these changes tested?
Apparently no
### Are there any user-facing changes?
No (unbreak a unreleased regression)
Cf apache#46867 (comment) for discussion
* GitHub Issue: apache#46871
Authored-by: Even Rouault <[email protected]>
Signed-off-by: AlenkaF <[email protected]>
0 commit comments