Weijun-H commented on code in PR #15109: URL: https://github.com/apache/datafusion/pull/15109#discussion_r1989434623
########## datafusion/physical-plan/src/stream.rs: ########## @@ -128,7 +128,7 @@ impl<O: Send + 'static> ReceiverStreamBuilder<O> { // the JoinSet were aborted, which in turn // would imply that the receiver has been // dropped and this code is not running - return Some(internal_err!("Non Panic Task error: {e}")); + return Some(execution_err!("Non Panic Task error: {e}")); Review Comment: ```suggestion return Some(exec_err!("Non Panic Task error: {e}")); ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org