mchades
mchades
## What type of PR is this: - [x] enhancement ## Which issues of this PR fixes : Fixes #7950
### Description docker-proxy is not executable occasional Here is the normal situation: Here is the unnormal situation: ### Platforms affected - [ ] Azure DevOps - [X] GitHub Actions -...
## Describe the bug OAS including circular $ref, use `yarn docusaurus gen-api-docs all` encounter error ## Expected behavior successfully ## Current behavior fail ## Possible solution I tried my best...
### What changes were proposed in this pull request? - cache hidden property names when creating a catalog if necessary - get hidden property names from cache for list catalog...
### What changes were proposed in this pull request? - Transmit the real reason for the error to the user - shorten timeout from 60s to 15s - add thread...
### Describe the proposal We have already added support for creating partitioned tables, but we lack the ability to manage partitions. We may need to use partition management functionality in...
### What would you like to be improved? failed IT logs ```java CatalogKafkaIT > testDropTopic() FAILED com.datastrato.gravitino.exceptions.NoSuchTopicException: Failed to operate topic(s) [test-topic_0ba8f8c9] operation [CREATE] under schema [default], reason [Topic catalogKafkaIT_metalake_c4ac5a75.catalogKafkaIT_catalog_44cf5feb.default.test-topic_0ba8f8c9...
### What would you like to be improved? Currently, only the fileset supports the `removeComment` change; other entities like catalog and table only support `updateComment` changes. Additionally, `newComment` cannot be...
### What changes were proposed in this pull request? support read operations for Hudi catalog HMS backend ### Why are the changes needed? Fix: #4952 ### Does this PR introduce...
### Describe the proposal metalake and catalog are completely managed by Gravitino, we need to clarify the drop semantics and behavior for metalake/catalog. This issues is uesed to track relatived...