mchades
mchades
### What would you like to be improved? in the test class, each UT will restart H2, MySQL, and PostgreSQL, which is unnecessary but also causes tests to slow since...
### Version main branch ### Describe what's wrong when using the 0.7 playground and only update the gravitino image to 0.8, the trino service will failed to start. ### Error...
The example use case in [homepage](https://substrait.io/#example-use-cases) has this interesting line: > Serialize a plan that represents a SQL view for consistent use in multiple systems (e.g. Iceberg views in Spark...
### What would you like to be improved? - The `TestJDBCBackend` is too large and it only test the H2 backend, missing MySQL and PG tests - The `TestEntityStorage` is...
### What would you like to be improved? Current Gravitino FS JARs may have potential dependency conflicts when used with others, and there are no clear usage instructions. We need...
### Describe the subtask Hive catalog supports renaming table with new database name ### Parent issue #8375
### Describe the feature supports RENAME TABLE to move a table from one database to another ### Motivation Currently, we only support renaming a table within the same database. However,...
### Describe the subtask We have added the `external` method to the table API: https://github.com/apache/gravitino/blob/d8a4ded1be927f24fd4ea490a6db36024731d83b/api/src/main/java/org/apache/gravitino/rel/Table.java#L122-L131 This means we will distinguish the metadata operations and data operations for external tables. This...
### Describe the subtask add authz for renaming table with new schema name ### Parent issue #8375