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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
