jorisvandenbossche commented on issue #14766: URL: https://github.com/apache/arrow/issues/14766#issuecomment-1333362727
My first guess would be that the `_create_named_table_provider` is missing an ` except *:` (to indicate to cython that this function can raise errors, and thus that it should check if any error is raised). See https://cython.readthedocs.io/en/latest/src/userguide/language_basics.html#error-return-values -- 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]
