Skip to content

Commit

Permalink
Update xtable-api/src/main/java/org/apache/xtable/spi/sync/CatalogSyn…
Browse files Browse the repository at this point in the history
…c.java

Co-authored-by: Tim Brown <[email protected]>
  • Loading branch information
vinishjail97 and the-other-tim-brown authored Dec 8, 2024
1 parent d5e61a7 commit 7f307d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ private CatalogSyncStatus getCatalogSyncStatus(
if (!doesDatabaseExists) {
catalogSyncOperation.createDatabase(tableIdentifier.getDatabaseName());
}
Object catalogTable = catalogSyncOperation.getTable(tableIdentifier);
TABLE catalogTable = catalogSyncOperation.getTable(tableIdentifier);
String storageDescriptorLocation =
catalogSyncOperation.getStorageDescriptorLocation(catalogTable);
if (catalogTable == null) {
Expand Down

0 comments on commit 7f307d4

Please sign in to comment.