-
### Version
main branch
### Describe what's wrong
Download the 0.6.0 release artifact, untar, and try to compile and you get an error.
### Error message and/or stacktrace
Task :rat FAILED
Files …
-
### Describe the subtask
Add Python Arrow FileSystem implementation for fileset.
### Parent issue
#1241
-
### Describe what's wrong
In the Gravitino Web UI Adding a property of the same name updates the value.
### Error message and/or stacktrace
No error occurs. The user would be warned tha…
-
### Describe the subtask
Through embed integration test framework to test metalake POST/GET/DELETE/... operations API.
### Parent issue
#221
-
### Describe what's wrong
```
NameIdentifier ident = NameIdentifier.of(metalakeName, catalogName, schemaName);
Map properties = Maps.newHashMap();
properties.put("key1", "val1");
properties.put…
-
### Describe what's wrong
Dropping a non-existent metalake will still return true not false as expected. It returns true if the REST request is successful rather than if the metalake is dropped, this…
-
### What would you like to be improved?
Write a script to check that the external links in Gravatino Documentation are valid. I did start on this but didn't quite finish it, here is the work-in-progr…
-
### Describe what's wrong
When I before used misconfiguration `gravitino.server.webserver.host = 127.0.0.1` to start Gravitino Sever `./gravitino start`. and start Trino Docker container
```
docker…
-
### Describe what's wrong
An exception is thrown when trying to join two tables in Postgres from a Trino connection in dbeaver.
### Error message and/or stacktrace
org.jkiss.dbeaver.model.exec.DBCE…
-
### Describe the feature
This issue tries to add entity dependencies between different entities. According to our previous design, The entity will be organized into a tree structure that is similar…