jerryshao commented on code in PR #9016: URL: https://github.com/apache/gravitino/pull/9016#discussion_r2492746051
########## catalogs/catalog-generic-lakehouse/src/main/java/org/apache/gravitino/catalog/lakehouse/lance/LanceCatalogOperations.java: ########## Review Comment: BTW, why do you call `store.get` twice? The code here is confused; both the caller and callee will access the DB, and the callee handles some exceptions, but some rely on the caller. The lance should only focus on lance-specific logic, whereas the generic lakehouse operation should only focus on the metadata-related CRUD operations. -- 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]
