Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When destroying or resetting an open
RecordWriter
which uses parall…
…elism, do not interrupt background work. Wait for it to complete. There might be a pending `FutureFlush()` in the queue of requests, which means that pending writes before it are not necessarily irrelevant. The caller can expect the flush to be eventually finished, which is as good as closing. PiperOrigin-RevId: 624863444
- Loading branch information