meethngala commented on code in PR #3643: URL: https://github.com/apache/gobblin/pull/3643#discussion_r1107788204
########## gobblin-data-management/src/main/java/org/apache/gobblin/data/management/copy/iceberg/IcebergDatasetFinder.java: ########## @@ -47,6 +49,8 @@ public class IcebergDatasetFinder implements IterableDatasetFinder<IcebergDatase public static final String ICEBERG_HIVE_CATALOG_METASTORE_URI_KEY = ICEBERG_DATASET_PREFIX + ".hive.metastore.uri"; public static final String ICEBERG_DB_NAME = ICEBERG_DATASET_PREFIX + ".database.name"; public static final String ICEBERG_TABLE_NAME = ICEBERG_DATASET_PREFIX + ".table.name"; + public static final String ICEBERG_CATALOG_SPECIFIER_CLASS_KEY = DatasetConstants.PLATFORM_ICEBERG + "catalog.specifier.class"; Review Comment: gotcha! -- 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]
