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/11/29 14:06:38 UTC

[GitHub] [arrow] milesgranger commented on issue #14766: [Python] Fix PytestUnraisableExceptionWarning in substrait test

milesgranger commented on issue #14766:
URL: https://github.com/apache/arrow/issues/14766#issuecomment-1330702735

   To expand, it appears the exception to the `table_provider` is raised in [executor->Init](https://github.com/apache/arrow/blob/ccb68afedf00a064c280220f480f3a639cce28f6/cpp/src/arrow/engine/substrait/util.cc#L131) then further down into [engine::substrait::serde::DeserializePlans](https://github.com/apache/arrow/blob/ccb68afedf00a064c280220f480f3a639cce28f6/cpp/src/arrow/engine/substrait/serde.h#L73).
   
   But while it seems to raise the `ArrowInvalid` properly, somewhere it should probably clear the Python exception.


-- 
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