rymurr opened a new issue #2145: URL: https://github.com/apache/iceberg/issues/2145
When instantiating a catalog with its no-arg constructor the [error message](https://github.com/apache/iceberg/blob/master/core/src/main/java/org/apache/iceberg/CatalogUtil.java#L157) is confusing. The exception is always raised as 'missing no-arg constructor' even if there is an exception in the constructor or the class can't be found. The thrown exception should be clarified to better reflect the underlying error ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
