mrhamburg opened a new issue, #7313: URL: https://github.com/apache/gravitino/issues/7313
### Describe the feature **Describe the feature** DuckDB has just released a intuitive data lake format and catalog specification for running DuckDB as a lakehouse. The catalog specification is backed by a SQL instance for metadata management (as opposed to storage based metadata techniques found in Iceberg, Delta etc..). **Motivation** DuckDB is a simple and effective database. More users use it to analyze data. DuckLake is a catalog specification and table format that is open and accessible for different compute engines. **Describe the solution** Implement catalog actions by leveraging the database backend of DuckLake which is all sql based. **Additional context** For more information see: - https://ducklake.select/ - https://ducklake.select/docs/stable/specification/introduction ### Motivation _No response_ ### Describe the solution _No response_ ### Additional context _No response_ -- 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]
