Max Burke created ARROW-11407:
---------------------------------
Summary: [Rust] Conditions that evaluate to an empty result set
cause panics in DataFusion
Key: ARROW-11407
URL: https://issues.apache.org/jira/browse/ARROW-11407
Project: Apache Arrow
Issue Type: Bug
Reporter: Max Burke
If a condition creates a result that is all null a NullArray is returned, which
cannot be cast through downcast_ref to a typed array, resulting in a panic.
See https://github.com/apache/arrow/pull/9331
--
This message was sent by Atlassian Jira
(v8.3.4#803005)