srilman commented on issue #3220: URL: https://github.com/apache/iceberg/issues/3220#issuecomment-1356891779
@Fokko Didn't realize that there was a Docker image for REST catalog! We use a very similar Docker Compose setup to test for Hive catalog support, which is great for testing catalog integration. Will definitely look into using this once we add REST catalog support. However, I think Docker Compose might be a bit too _much_ for our Iceberg unit tests due to start-up times and difficulty to read and modify metadata on the fly. Those were two big benefits of Hadoop tables. If there is a simpler REST catalog server implementation, like as a Python or Node script, that'd be great. Otherwise, I think JDBCCatalog is better for unit testing. Are there plans to add that catalog to PyIceberg? -- 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]
