dask-sql icon indicating copy to clipboard operation
dask-sql copied to clipboard

[DF] Replace `panic!` instances with PyErr(s)

Open jdye64 opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. There are several places in the existing Rust codebase that panic! are hardcoded. We should replace all of those instances with PyErr instances that are properly propagated to Python for exception handling and reporting to the end user.

Describe the solution you'd like Have all panic! instances properly generate PyErr instances

Describe alternatives you've considered None

Additional context None

jdye64 avatar May 09 '22 17:05 jdye64