laskoviymishka commented on code in PR #15750:
URL: https://github.com/apache/iceberg/pull/15750#discussion_r3232364835
##########
open-api/rest-catalog-open-api.yaml:
##########
@@ -3549,6 +3504,52 @@ components:
type: array
items:
$ref: '#/components/schemas/StorageCredential'
+ labels:
+ $ref: '#/components/schemas/Labels'
+ column-labels:
Review Comment:
In previous iteration i had it as single field with to sub-fields (for table
and columns) -
https://github.com/apache/iceberg/pull/15750/changes/a80fc1aa77483db708cf91679a4d5bea927d31b4#diff-ffc6f59bffb61af69bc4ef19c7b28c9fefe015b2716b35db1deb6a5a884ca4feR1495,
but this is limit sharing same object shape for other entities (such as views
and namespaces).
--
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]