Ximo Guanter created ARROW-11784: ------------------------------------ Summary: [Rust][DataFusion] CoalesceBatchesStream doesn't honor Stream interface Key: ARROW-11784 URL: https://issues.apache.org/jira/browse/ARROW-11784 Project: Apache Arrow Issue Type: Improvement Components: Rust - DataFusion Reporter: Ximo Guanter Fix For: 4.0.0
The Stream interface has a contract which states that you cannot poll anymore once you have received None. SeeĀ [futures::prelude::Stream - Rust (docs.rs)|https://docs.rs/futures/0.3.13/futures/prelude/trait.Stream.html#panics] This is not being honored and it causes a hand if you CoallesceBatchesExec after a RepartitionExec -- This message was sent by Atlassian Jira (v8.3.4#803005)