kbendick opened a new pull request, #4642: URL: https://github.com/apache/iceberg/pull/4642
The `LoadTableResponse` class has a `TableMetadata` field called `metadata`. It's currently called `meta`. Using Jackson to infer the fields will result in incorrect results because the name is not correct / does not match the spec. I am updating this as a hot fix, and am working on a comprehensive test suite for this class that I'll open after a few other earlier PRs come in. But this will make the REST objects match the spec now, so that anybody implementing it can work with the correct objects. cc @rdblue @danielcweeks -- 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]
