-
### Version
main branch
### Describe what's wrong
It looks like you can select from multiple metalake when there is only one metalake
### Error message and/or stacktrace
N/A
### How to repro…
-
### Version
main branch
### Describe what's wrong
create a MySQL table using funciton in default value, this request get an excepiton
```
Failed to operate object [test_table5] operation…
-
### Version
main branch
### Describe what's wrong
Create fileset catalog with empty location property success, but can't list schema of the catalog
expect:exception when create catalog
### Er…
-
### Version
main branch
### Describe what's wrong
#### precondition 1:
The form of hive.metastore.kerberos.principal should be like USER/_HOST@EXAMPLE.COM, the instance of principal is a pla…
-
### Version
main branch
### Describe what's wrong
The metalake name are displayed and returned when they should not be
### Error message and/or stacktrace
See below
### How to reproduce
Use the…
-
### Version
main branch
### Describe what's wrong
When we execute the following command
curl -X POST -H "Content-Type: application/json" -d '{"name":"test_table","comment":"my test table…
-
### Describe the proposal
Using simple catalog as default in Trino connector
Currently the table name in Trino connector like `metalake.catalogname.schemaname.tablename`. we need to remove the met…
-
### What would you like to be improved?
When using Gravitino Trino connector to access data, user need to use quoted catalog names like `"{metalake}.{catalog}"`. this may lead to compatible problems …
-
### Version
main branch
### Describe what's wrong
`curl -L -X POST 'http://localhost:8090/api/metalakes/m1/catalogs/catalog/schemas' \
-H 'Content-Type: application/json' \
-H 'Accept: appl…
-
### Describe the subtask
Add these Python function interfaces into Gravitino Python client, refer to the document for the API descriptions.
+ define a `NameIdentifier` structure in Python client, …