mchades commented on code in PR #9160: URL: https://github.com/apache/gravitino/pull/9160#discussion_r2559075676
########## catalogs/catalog-lakehouse-generic/src/main/java/org/apache/gravitino/catalog/lakehouse/generic/GenericCatalog.java: ########## Review Comment: I was thinking that using `LakehouseCatalog` and `lakehouse` as a short name might be more intuitive and concise. The `lakehouse` name directly includes formats like `iceberg`, `hudi`, `paimon`, and `lance`. As user needs grow, we may eventually need a true GenericCatalog to support managing more types of metadata, such as `hive`, `mysql`, or even `fileset`, `model`, etc. -- 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]
