Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
persist: fix incorrect "dangling blob keys" WARN
In MaterializeInc#21237, I changed how the `into_transmittable_batch` serialization worked and lost the mark_consumed call. This results in persist incorrectly concluding that the batch had been dropped without being processed in some way, and thus incorrectly warning about it.
- Loading branch information