kbendick opened a new pull request, #4641: URL: https://github.com/apache/iceberg/pull/4641
The REST catalog sends and receives `TableMetadata` objects as JSON. There is an existing parser for `TableMetadata` that can convert metadata into JSON and also can parse JSON into `TableMetadata`. Adds Jackson serializers to the `RESTSerializers` so that accessing tables via the REST catalog works. There are existing tests for `TableMetadataParser`, and I intend to add further tests in a follow up PR around `LoadTableResponse`. This PR is intended so allow people to continue implementing REST catalogs and be able to work with TableMetadata, but more extensive coverage will come in a follow up. -- 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]
