polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java [1186:1196]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          targetIcebergCatalogService.registerTable(
              tableId, baseTable.operations().current().metadataFileLocation());
        } else {
          throw new IllegalStateException("Cannot register table that does not extend BaseTable.");
        }

        if (table instanceof BaseTableWithETag tableWithETag) {
          etagManager.storeETag(catalogName, tableId, tableWithETag.etag());
        }

        clientLogger.info(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



polaris-synchronizer/api/src/main/java/org/apache/polaris/tools/sync/polaris/PolarisSynchronizer.java [1229:1239]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          targetIcebergCatalogService.registerTable(
              tableId, baseTable.operations().current().metadataFileLocation());
        } else {
          throw new IllegalStateException("Cannot register table that does not extend BaseTable.");
        }

        if (table instanceof BaseTableWithETag tableWithETag) {
          etagManager.storeETag(catalogName, tableId, tableWithETag.etag());
        }

        clientLogger.info(
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



