Skip to content

Commit 0cefe12

Browse files
committed
Rename catalog path
1 parent 34f723d commit 0cefe12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pg_lake_iceberg/src/object_store_catalog/object_store_catalog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ GetExternalObjectStoreCatalogFilePath(const char *catalogName)
504504
errdetail("Set the GUC to use catalog=object_store.")));
505505
}
506506

507-
return psprintf("%s/%s/catalog/%s.json", defaultPrefix,
507+
return psprintf("%s/%s/%s/catalog.json", defaultPrefix,
508508
ExternalObjectStorePrefix, URLEncodePath(catalogName));
509509
}
510510

@@ -529,7 +529,7 @@ GetInternalObjectStoreCatalogFilePath(const char *catalogName)
529529
errdetail("Set the GUC to use catalog=object_store.")));
530530
}
531531

532-
return psprintf("%s/%s/catalog/%s.json", defaultPrefix,
532+
return psprintf("%s/%s/%s/catalog.json", defaultPrefix,
533533
InternalObjectStorePrefix, URLEncodePath(catalogName));
534534
}
535535

0 commit comments

Comments
 (0)