Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: More clearly separate writer from temporary file
We now should be more explicit about what is the context in which the batch export temporary file is alive. The writer outlives this context, so it can be used by callers to, for example, check how many records were written.
- Loading branch information