zhjwpku commented on issue #271: URL: https://github.com/apache/iceberg-cpp/issues/271#issuecomment-3430476364
> I think this is a good idea. However, the CLI tool cannot live without a catalog. Do we want to wrap the rest catalog client (WIP) to connect to a real catalog server implementation like https://hub.docker.com/r/apache/iceberg-rest-fixture, or implement a catalog based on local file system like the `HadoopCatalog` in the Java repo? I think either RestCatalog or SqlCatalog would work. If we use SqlCatalog with SQLite, the local filesystem should be sufficient. On the other hand, RestCatalog requires a running REST catalog server. In the long term, it would be great for the CLI to support both. -- 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]
