dolfinus commented on issue #13984:
URL: https://github.com/apache/iceberg/issues/13984#issuecomment-3248988552

   My proposal is to implement `BaseMetastoreCatalog.defaultWarehouseLocation` 
in `RESTCatalog` with the following logic:
   * If table namespace exists, and it has `LOCATION` set, return 
`{namespace.location}/{table.name}`
   * If catalog is created with `warehouse` config option, return 
`{warehouse}/{namespace}/{table.name}` or `{warehouse}/{table.name}`
   * Otherwise return `null`, and rely on RESTCatalog server logic


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to