laskoviymishka opened a new pull request, #2048: URL: https://github.com/apache/iceberg-go/pull/2048
Thread the labels decoded from load responses onto the returned Table and View. Table gains a WithLabels option and a Labels() accessor; View gains a functional-options constructor with the same. LoadTable, RegisterTable, CreateTable, LoadView, RegisterView, CreateView, and UpdateView forward the response labels (viewResponse now decodes them too); the table commit path carries none and passes nil. Refresh re-hydrates labels from the reloaded table. Labels() returns nil when the catalog returned none, and labels are excluded from Table.Equals and View.Equals as transient state. -- 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]
