kbendick opened a new pull request, #5052: URL: https://github.com/apache/iceberg/pull/5052
This adds tests for the serialization / deserialization of `CreateTableRequest`. This class is already being used quite a bit in other tests, specifically `CatalogTests` and `TestRESTCatalog`. It also relied pretty heavily on existing serializers inside of `RESTSerializers` for things like `Schema` etc, which simply call out to our existing parsers. Thus, I kept the tests light in terms of combinations of schemas etc as this is a combination of several tested components. -- 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]
