caneGuy edited a comment on issue #2468:
URL: https://github.com/apache/iceberg/issues/2468#issuecomment-897706224


   This may be caused by:
   ```
   try {
           ctor = 
DynConstructors.builder(Catalog.class).impl(impl).buildChecked();
         } catch (NoSuchMethodException e) {
           throw new IllegalArgumentException(String.format(
                   "Cannot initialize Catalog implementation %s: %s", impl, 
e.getMessage()), e);
         }
   ```


-- 
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]

Reply via email to