laskoviymishka opened a new pull request, #15750:
URL: https://github.com/apache/iceberg/pull/15750

   Add optional labels field to LoadTableResult for catalog-specific metadata 
enrichment. Labels are ephemeral API-level annotations — not table state. They 
do not modify table metadata files or create commits.
   
   Catalogs MAY populate labels to provide operational context (ownership, 
classification, cost attribution, semantic hints). Engines MAY use labels or 
ignore them entirely. Labels are backward compatible — older clients ignore 
unknown fields.
   
   New schemas: Labels, ColumnLabels (column labels keyed by field-id for 
stability across schema evolution).
   
   Proof-of-concept for the IRC Labels proposal: 
https://github.com/apache/iceberg/issues/15521.


-- 
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