Commits


François Saint-Jacques authored and Benjamin Kietzman committed fade8d8a535
ARROW-8447: [C++][Dataset] Ensure row deterministic ordering in Scanner::ToTable * This fixes the issue where ScanTask would race to push to the accumulating RecordBatchVector. The new version assign an ordered index to each ScanTask preserving the order in which they were generated by Scanner::Scan. * Deprecate MakeRecordBatchReader into RecordBatchReader::Make * Add Table::FromRecordBatchReader Closes #7075 from fsaintjacques/ARROW-8447-scanner-table-deterministic Authored-by: François Saint-Jacques <fsaintjacques@gmail.com> Signed-off-by: Benjamin Kietzman <bengilgit@gmail.com>