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

   Part 1 of a 5-PR stack implementing the client/engine side of catalog 
labels. The REST spec was merged in #15750.
   
   This PR adds the Java model and REST serde for the `labels` field returned 
on the load-table and load-view responses:
   
   - `Labels` and `FieldLabels` immutable value types
   - `LabelsParser` / `FieldLabelsParser` (wire keys `object-labels`, `fields`, 
`field-id`)
   - wires `labels` into `LoadTableResponse` / `LoadViewResponse` and their 
parsers, alongside the existing `remote-signing-config`
   - unit and round-trip tests
   
   ### Stack
   1. **This PR** — read-path serde
   2. Expose labels on the loaded table (`SupportsLabels`)
   3. REST server test fixture emitting labels
   4. Labels metadata table
   5. Spark 4.1 DESCRIBE integration
   
   Each subsequent PR is based on the previous branch. This restructures the 
earlier cross-fork PRs (#17337 / #17410 / #17411) into a reviewable native 
stack; those remain open for now.
   


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