mchades

Results 29 issues of mchades

### What changes were proposed in this pull request? Add docs for Hudi catalog ### Why are the changes needed? Fix: #4954 ### Does this PR introduce _any_ user-facing change?...

### What changes were proposed in this pull request? add Hudi catalog IT and enable module ### Why are the changes needed? Fix: #4953 ### Does this PR introduce _any_...

### What would you like to be improved? cron IT failed at task `:authorizations:authorization-ranger:test` : https://github.com/apache/gravitino/actions/runs/10928527630/job/30337162302#step:7:1790 https://github.com/apache/gravitino/actions/runs/10909408350/job/30277573655#step:7:1723 https://github.com/apache/gravitino/actions/runs/10890363624/job/30218955131#step:7:1955 https://github.com/apache/gravitino/actions/runs/10873566315/job/30169827946#step:7:1448 https://github.com/apache/gravitino/actions/runs/10864829113/job/30150568648#step:7:1438 ### How should we improve? fix the failed

improvement

### Describe the proposal Apache Hudi is a [streaming data lake platform](https://hudi.apache.org/blog/2021/07/21/streaming-data-lake-platform), and it brings core warehouse and database functionality directly to a data lake. We could build a Hudi...

epic

### Describe the subtask Support Hudi catalog on the Web ### Parent issue #4306

subtask

### Describe the subtask Add user docs for Hudi catalog ### Parent issue #4306

subtask

### Describe the subtask add IT and enable module for Hudi catalog ### Parent issue #4306

subtask

### Describe the subtask Support read operation of HMSBackend for Hudi catalog ### Parent issue #4306

subtask

### What would you like to be improved? Currently, many fields in TestJDBCBackend are marked as static, which could be shared between many tests, I suggest we remove the static...

improvement

### Version main branch ### Describe what's wrong `TestGroupMetaService` run failed, it is an H2 test but found `PostgreSQLExceptionConverter` in the stacktrace (see below). It's because `SQLExceptionConverter` is a static...

bug