Hugo-WB opened a new pull request, #14183:
URL: https://github.com/apache/iceberg/pull/14183

   We were running into issues where our catalog defined in `catalog-impl` 
failed to load. The error was swallowed by `Spark3Util`.
   
   We instead get errors related to `HiveCatalog`  due to `IcebergSource` 
falling back to `DEFAULT_CATALOG_NAME` which defaults to `HiveCatalog` if no 
extra configs are set.
   
   This change logs the failed catalog load.
   
   Also serious if we should get rid of the fallback to `DEFAULT_CATALOG_NAME`.


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