| 775 | } |
| 776 | |
| 777 | Future<> ParquetFileWriter::FinishInternal() { |
| 778 | return DeferNotOk(destination_locator_.filesystem->io_context().executor()->Submit( |
| 779 | [this]() { return parquet_writer_->Close(); })); |
| 780 | } |
| 781 | |
| 782 | // |
| 783 | // ParquetFileFragment |
nothing calls this directly
no test coverage detected