-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make serialization code not unwrap and panic on failures (#3546)
# Overview Serialization of subqueries currently fails. Thus, when ray tries to serialize subqueries, the ray-task fails and *indefinitely* hangs. This PR updates the failure mechanism of serialization of subqueries. Instead of unwrapping the `Err` in rust, it is passed through instead. --------- Co-authored-by: Raunak Bhagat <[email protected]>
- Loading branch information
Showing
2 changed files
with
11 additions
and
9 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
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