dimas-b commented on code in PR #1543:
URL: https://github.com/apache/polaris/pull/1543#discussion_r2096321577
##########
spec/polaris-catalog-apis/generic-tables-api.yaml:
##########
@@ -212,6 +214,8 @@ components:
- `properties` properties for the generic table passed on creation
- `doc` comment or description for the generic table
+
+ - `location` location for the table
Review Comment:
Here's an example of an Iceberg table where files are outside the "location"
URI:
https://github.com/projectnessie/nessie/issues/10817#issuecomment-2887329227
I'm pretty sure Generic Tables will run into similar situations eventually,
so we need to be prepared to deal with them.
If the "location" property is singular, we should put clean language in the
spec to indicate that no table files should be out the location. Even in that
case, I think we ought to expect user demand for multiple locations at some
point.
--
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]