| 506 | } |
| 507 | |
| 508 | Future<> CsvFileWriter::FinishInternal() { |
| 509 | // The CSV writer's Close() is a no-op, so just treat it as synchronous |
| 510 | RETURN_NOT_OK(batch_writer_->Close()); |
| 511 | return Status::OK(); |
| 512 | } |
| 513 | |
| 514 | } // namespace dataset |
| 515 | } // namespace arrow |