-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: move IO tasks off of CPU runtime in merge_insert (#3420)
Fixes #3419 We were using the `CPU_RUNTIME`, but there's a lot of IO happening here, and it wasn't configured to do that. Instead, I moved the operations onto the main runtime so it can perform the IO. ✅ I've testing this manually against S3 with the repro.
- Loading branch information
Showing
1 changed file
with
5 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters