Commit dacec30
authored
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 <even.rouault@spatialys.com>
Signed-off-by: AlenkaF <frim.alenka@gmail.com>1 parent b35e49f commit dacec30
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1310 | 1310 | | |
1311 | 1311 | | |
1312 | 1312 | | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
1313 | 1335 | | |
1314 | 1336 | | |
1315 | 1337 | | |
| |||
0 commit comments