meethngala commented on code in PR #3663:
URL: https://github.com/apache/gobblin/pull/3663#discussion_r1155009258
##########
gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergDatasetFinder.java:
##########
@@ -125,14 +126,14 @@ protected IcebergCatalog createIcebergCatalog(Properties
properties, CatalogLoca
switch (location) {
case SOURCE:
catalogUri = properties.getProperty(ICEBERG_SRC_CATALOG_URI_KEY);
- Preconditions.checkNotNull(catalogUri, "Source Catalog Table Service
URI is required");
+ Preconditions.checkNotNull(catalogUri, "Provided: {%s} Source Catalog
Table Service URI is required", catalogUri);
Review Comment:
gotcha... updated the error message in my latest commit!
--
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]