nastra opened a new pull request, #16611: URL: https://github.com/apache/iceberg/pull/16611
`Class.forName` can throw `NoClassDefFoundError` or `ExceptionInInitializerError` when a class is found but a transitive dependency is missing or its static initializer fails. This should be treated the same as `ClassNotFoundException` for optional implementation probing. The initial version was created by Claude and tests were manually adjusted -- 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]
