Panic when concatenating incompatible schemas in streaming engine #19528
Labels
bug
Something isn't working
needs triage
Awaiting prioritization by a maintainer
python
Related to Python Polars
Checks
Reproducible example
Log output
Issue description
The use case is obviously wrong, but it shouldn't panic. The issue is more serious in Rust, as this panic occurs inside rayon pool and it just calls
abort
, so it's impossible to catch and handle it.The issue happens with streaming enabled only, otherwise it reports a correct
SchemaError: type String is incompatible with expected type Null
.Expected behavior
Doesn't panic
Installed versions
The text was updated successfully, but these errors were encountered: