You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/14 12:41:56 UTC

[GitHub] [arrow-ballista] nl5887 commented on pull request #67: Feature return task error on panic

nl5887 commented on PR #67:
URL: https://github.com/apache/arrow-ballista/pull/67#issuecomment-1155134040

   > @nl5887 Do you have examples of panics that this fixes? Can we fix the root cause by using `Result` instead of calling `panic!` or `unimplemented!`?
   
   One of the cases this occurs, is when schemas aren't compatible. (eg in situations of an expect()). With this commit, it at least will return that task failed, instead of keeping it open. 
   
   Completely agree with that the root causes should be fixed and using Result, but this fix is related to the edge cases.


-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org