mingmwang commented on issue #3410:
URL:
https://github.com/apache/arrow-datafusion/issues/3410#issuecomment-1244808041
@alamb @yahoNanJing This would help. But it still depends on the programer
to propagate the errors correctly in the execution path. And there is another
case that we still could not catch the error easily.
If we add such info to TaskContext, errors can be propagated easily and
there is less burden to the programer.
```
tokio::spawn(async move {
.............................
});
```
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]