kbendick opened a new pull request #4235: URL: https://github.com/apache/iceberg/pull/4235
This adds a basic RESTCatalog, which can initialize itself using the `RESTCatalogConfigResponse`, according to the specification. It performs a one time connection to the passed in `uri`, then destroys that connection and configures itself using the configuration pulled from the server as merged with the client provided config. It also adds some utility functions for encoding / decoding a namespace from a path variable. I'm still hoping to find a better way to do this that is more opaque to the caller (so that they don't have to decode on the server side), but for now this is something. This is to unblock concurrent work on a catalog test harness, as well as setting up the basic layout of the rest catalog. More tests and implementation will be added. -- 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]
