This is an automated email from the ASF dual-hosted git repository. vinish pushed a commit to branch 692-LICENSE in repository https://gitbox.apache.org/repos/asf/incubator-xtable.git
commit fdd641dd8726f3cf9331f2fadf6eec742ee08362 Author: Vinish Reddy <vin...@apache.org> AuthorDate: Tue Apr 15 16:07:41 2025 -0700 Tidying up --- xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSync.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSync.java b/xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSync.java index ce8f18dd..ce25628c 100644 --- a/xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSync.java +++ b/xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSync.java @@ -69,7 +69,7 @@ public class CatalogSync { tableIdentifier.getId(), table.getBasePath(), table.getTableFormat(), - catalogSyncClient.getClass().getName(), e); + catalogSyncClient.getClass().getName()); results.add( getCatalogSyncFailureStatus( catalogSyncClient.getCatalogId(), catalogSyncClient.getClass().getName(), e));