File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pg_lake_iceberg/src/object_store_catalog Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments