AdMub commented on issue #1226: URL: https://github.com/apache/datafusion-python/issues/1226#issuecomment-3782847832
I tested this on the latest main branch. The behavior seems to have changed. Instead of a mangled error, the Python exception is now logged to stdout (CatalogProvider schema returned error: ...), but the exception raised to Python is a generic Diagnostic error (table ... not found). This confirms that the underlying error is not being propagated programmatically, but fixing it likely requires the upstream changes discussed above. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
